Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
liyubing
2024-06-13 09:35:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58dd29b4354542e082ffe47cd7eedb928941aeeb
58dd29b4
1 parent
87a2432f
feat:
1)lottie升级到2.0.11-rc.4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
sight_harmony/commons/wdJsBridge/BuildProfile.ets
sight_harmony/features/wdComponent/oh-package.json5
sight_harmony/features/wdDetailPlayLive/oh-package.json5
sight_harmony/products/phone/oh-package.json5
sight_harmony/commons/wdJsBridge/BuildProfile.ets
View file @
58dd29b
...
...
@@ -3,4 +3,5 @@ export default class BuildProfile {
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
static readonly TARGET_NAME = 'default';
static readonly BUILD_VERSION = '';
}
\ No newline at end of file
...
...
sight_harmony/features/wdComponent/oh-package.json5
View file @
58dd29b
...
...
@@ -7,7 +7,7 @@
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.1
0
"
,
"@ohos/lottie"
:
"2.0.1
1-rc.4
"
,
"wdConstant"
:
"file:../../commons/wdConstant"
,
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdLogin"
:
"file:../../features/wdLogin"
,
...
...
sight_harmony/features/wdDetailPlayLive/oh-package.json5
View file @
58dd29b
...
...
@@ -7,7 +7,7 @@
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.1
0
"
,
"@ohos/lottie"
:
"2.0.1
1-rc.4
"
,
"wdComponent"
:
"file:../../features/wdComponent"
,
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdNetwork"
:
"file:../../commons/wdNetwork"
,
...
...
sight_harmony/products/phone/oh-package.json5
View file @
58dd29b
...
...
@@ -7,7 +7,7 @@
"main"
:
""
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.1
0
"
,
"@ohos/lottie"
:
"2.0.1
1-rc.4
"
,
"wdComponent"
:
"file:../../features/wdComponent"
,
"wdConstant"
:
"file:../../commons/wdConstant"
,
"wdKit"
:
"file:../../commons/wdKit"
,
...
...
Please
register
or
login
to post a comment