Showing
3 changed files
with
6 additions
and
2 deletions
| @@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
| 7 | "main": "Index.ets", | 7 | "main": "Index.ets", |
| 8 | "version": "1.0.0", | 8 | "version": "1.0.0", |
| 9 | "dependencies": { | 9 | "dependencies": { |
| 10 | + "@ohos/lottie": "2.0.0", | ||
| 10 | "wdConstant": "file:../../commons/wdConstant", | 11 | "wdConstant": "file:../../commons/wdConstant", |
| 11 | "wdPlayer": "file:../../features/wdPlayer", | 12 | "wdPlayer": "file:../../features/wdPlayer", |
| 12 | "wdLogin": "file:../../features/wdLogin", | 13 | "wdLogin": "file:../../features/wdLogin", |
| @@ -11,6 +11,7 @@ | @@ -11,6 +11,7 @@ | ||
| 11 | "wdPlayer": "file:../../features/wdPlayer", | 11 | "wdPlayer": "file:../../features/wdPlayer", |
| 12 | "wdNetwork": "file:../../commons/wdNetwork", | 12 | "wdNetwork": "file:../../commons/wdNetwork", |
| 13 | "wdKit": "file:../../commons/wdKit", | 13 | "wdKit": "file:../../commons/wdKit", |
| 14 | - "wdBean": "file:../../features/wdBean" | 14 | + "wdBean": "file:../../features/wdBean", |
| 15 | + "wdConstant": "file:../../commons/wdConstant" | ||
| 15 | } | 16 | } |
| 16 | } | 17 | } |
| @@ -7,11 +7,13 @@ | @@ -7,11 +7,13 @@ | ||
| 7 | "main": "Index.ets", | 7 | "main": "Index.ets", |
| 8 | "version": "1.0.0", | 8 | "version": "1.0.0", |
| 9 | "dependencies": { | 9 | "dependencies": { |
| 10 | + "@ohos/lottie": "2.0.0", | ||
| 10 | "wdPlayer": "file:../../features/wdPlayer", | 11 | "wdPlayer": "file:../../features/wdPlayer", |
| 11 | "wdKit": "file:../../commons/wdKit", | 12 | "wdKit": "file:../../commons/wdKit", |
| 12 | "wdBean": "file:../../features/wdBean", | 13 | "wdBean": "file:../../features/wdBean", |
| 13 | "wdRouter": "file:../../commons/wdRouter", | 14 | "wdRouter": "file:../../commons/wdRouter", |
| 14 | "wdNetwork": "file:../../commons/wdNetwork", | 15 | "wdNetwork": "file:../../commons/wdNetwork", |
| 15 | - "wdDetailPlayApi": "file:../../features/wdDetailPlayApi" | 16 | + "wdDetailPlayApi": "file:../../features/wdDetailPlayApi", |
| 17 | + "wdComponent": "file:../../features/wdComponent" | ||
| 16 | } | 18 | } |
| 17 | } | 19 | } |
-
Please register or login to post a comment