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
zhenghy
2024-04-13 13:55:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1000c065151ed2aa3d9a25c84e4a9b99b5b8fc7
f1000c06
1 parent
94a8ecde
项目依赖提交
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
sight_harmony/features/wdComponent/oh-package.json5
sight_harmony/features/wdDetailPlayLive/oh-package.json5
sight_harmony/features/wdDetailPlayShortVideo/oh-package.json5
sight_harmony/features/wdComponent/oh-package.json5
View file @
f1000c0
...
...
@@ -7,6 +7,7 @@
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.0"
,
"wdConstant"
:
"file:../../commons/wdConstant"
,
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdLogin"
:
"file:../../features/wdLogin"
,
...
...
sight_harmony/features/wdDetailPlayLive/oh-package.json5
View file @
f1000c0
...
...
@@ -11,6 +11,7 @@
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdNetwork"
:
"file:../../commons/wdNetwork"
,
"wdKit"
:
"file:../../commons/wdKit"
,
"wdBean"
:
"file:../../features/wdBean"
"wdBean"
:
"file:../../features/wdBean"
,
"wdConstant"
:
"file:../../commons/wdConstant"
}
}
...
...
sight_harmony/features/wdDetailPlayShortVideo/oh-package.json5
View file @
f1000c0
...
...
@@ -7,11 +7,13 @@
"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"
,
"wdRouter"
:
"file:../../commons/wdRouter"
,
"wdNetwork"
:
"file:../../commons/wdNetwork"
,
"wdDetailPlayApi"
:
"file:../../features/wdDetailPlayApi"
"wdDetailPlayApi"
:
"file:../../features/wdDetailPlayApi"
,
"wdComponent"
:
"file:../../features/wdComponent"
}
}
...
...
Please
register
or
login
to post a comment