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
xugenyuan
2024-07-05 19:51:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a37a4df53305f77f676dbc8886bc2e3bf59ec173
a37a4df5
1 parent
203269aa
ref |> 调整mPaaS库引入位置
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
sight_harmony/commons/wdKit/oh-package.json5
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/PushContentParser.ets
sight_harmony/oh-package.json5
sight_harmony/commons/wdKit/oh-package.json5
View file @
a37a4df
...
...
@@ -9,6 +9,9 @@
"dependencies"
:
{
"@tingyun/harmonyos"
:
"file:./src/main/ets/tingyunAPM/tingyun_0.0.6.har"
,
"@umeng/common"
:
"^1.0.21"
,
"@umeng/analytics"
:
"^1.0.19"
"@umeng/analytics"
:
"^1.0.19"
,
"@mpaas/udid"
:
"0.0.2"
,
"@mpaas/upgrade"
:
"0.0.2"
,
"@mpaas/framework"
:
"0.0.2"
}
}
...
...
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/PushContentParser.ets
View file @
a37a4df
import Want from '@ohos.app.ability.Want';
import { Logger } from 'wdKit/Index';
import { JSON } from '@kit.ArkTS';
import { AppInfo } from '@mpaas/framework';
import { AppInnerLink } from 'wdRouter/Index';
export interface PushContentBean {
...
...
sight_harmony/oh-package.json5
View file @
a37a4df
...
...
@@ -12,9 +12,6 @@
"dependencies"
:
{
"@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"
,
"@ohos/imageknife"
:
"^2.1.2"
,
}
,
"dynamicDependencies"
:
{}
...
...
Please
register
or
login
to post a comment