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
zhangbo1_wd
2024-06-24 18:48:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf278702d3e46ebe9c5f945ac425db533b1b9048
cf278702
1 parent
80a23155
pulltorefresh升级库;lottie库集成合并
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
5 deletions
sight_harmony/features/wdComponent/oh-package.json5
sight_harmony/features/wdDetailPlayLive/oh-package.json5
sight_harmony/features/wdDetailPlayShortVideo/oh-package.json5
sight_harmony/oh-package.json5
sight_harmony/products/phone/oh-package.json5
sight_harmony/features/wdComponent/oh-package.json5
View file @
cf27870
...
...
@@ -7,7 +7,6 @@
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.10"
,
"wdConstant"
:
"file:../../commons/wdConstant"
,
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdLogin"
:
"file:../../features/wdLogin"
,
...
...
sight_harmony/features/wdDetailPlayLive/oh-package.json5
View file @
cf27870
...
...
@@ -7,7 +7,6 @@
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.10"
,
"wdComponent"
:
"file:../../features/wdComponent"
,
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdNetwork"
:
"file:../../commons/wdNetwork"
,
...
...
sight_harmony/features/wdDetailPlayShortVideo/oh-package.json5
View file @
cf27870
...
...
@@ -7,7 +7,6 @@
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.0"
,
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdKit"
:
"file:../../commons/wdKit"
,
"wdBean"
:
"file:../../features/wdBean"
,
...
...
sight_harmony/oh-package.json5
View file @
cf27870
...
...
@@ -10,7 +10,8 @@
"main"
:
""
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/pulltorefresh"
:
"^2.0.5"
,
"@ohos/pulltorefresh"
:
"^2.0.6-rc.0"
,
"@ohos/lottie"
:
"v2.0.11-rc.6"
,
"@mpaas/udid"
:
"0.0.2"
,
"@mpaas/upgrade"
:
"0.0.2"
,
"@mpaas/framework"
:
"0.0.2"
,
...
...
sight_harmony/products/phone/oh-package.json5
View file @
cf27870
...
...
@@ -7,7 +7,6 @@
"main"
:
""
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"v2.0.11-rc.6"
,
"wdComponent"
:
"file:../../features/wdComponent"
,
"wdConstant"
:
"file:../../commons/wdConstant"
,
"wdKit"
:
"file:../../commons/wdKit"
,
...
...
Please
register
or
login
to post a comment