ref |> 调整mPaaS库引入位置
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
3 changed files
with
4 additions
and
5 deletions
| @@ -9,6 +9,9 @@ | @@ -9,6 +9,9 @@ | ||
| 9 | "dependencies": { | 9 | "dependencies": { |
| 10 | "@tingyun/harmonyos": "file:./src/main/ets/tingyunAPM/tingyun_0.0.6.har", | 10 | "@tingyun/harmonyos": "file:./src/main/ets/tingyunAPM/tingyun_0.0.6.har", |
| 11 | "@umeng/common": "^1.0.21", | 11 | "@umeng/common": "^1.0.21", |
| 12 | - "@umeng/analytics": "^1.0.19" | 12 | + "@umeng/analytics": "^1.0.19", |
| 13 | + "@mpaas/udid": "0.0.2", | ||
| 14 | + "@mpaas/upgrade": "0.0.2", | ||
| 15 | + "@mpaas/framework": "0.0.2" | ||
| 13 | } | 16 | } |
| 14 | } | 17 | } |
| 1 | import Want from '@ohos.app.ability.Want'; | 1 | import Want from '@ohos.app.ability.Want'; |
| 2 | import { Logger } from 'wdKit/Index'; | 2 | import { Logger } from 'wdKit/Index'; |
| 3 | import { JSON } from '@kit.ArkTS'; | 3 | import { JSON } from '@kit.ArkTS'; |
| 4 | -import { AppInfo } from '@mpaas/framework'; | ||
| 5 | import { AppInnerLink } from 'wdRouter/Index'; | 4 | import { AppInnerLink } from 'wdRouter/Index'; |
| 6 | 5 | ||
| 7 | export interface PushContentBean { | 6 | export interface PushContentBean { |
| @@ -12,9 +12,6 @@ | @@ -12,9 +12,6 @@ | ||
| 12 | "dependencies": { | 12 | "dependencies": { |
| 13 | "@ohos/pulltorefresh": "^2.0.6-rc.0", | 13 | "@ohos/pulltorefresh": "^2.0.6-rc.0", |
| 14 | "@ohos/lottie": "v2.0.11-rc.6", | 14 | "@ohos/lottie": "v2.0.11-rc.6", |
| 15 | - "@mpaas/udid": "0.0.2", | ||
| 16 | - "@mpaas/upgrade": "0.0.2", | ||
| 17 | - "@mpaas/framework": "0.0.2", | ||
| 18 | "@ohos/imageknife": "^2.1.2", | 15 | "@ohos/imageknife": "^2.1.2", |
| 19 | }, | 16 | }, |
| 20 | "dynamicDependencies": {} | 17 | "dynamicDependencies": {} |
-
Please register or login to post a comment