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-10-09 14:04:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e482ab3e8091a022ec4f06c1703594d65ac7a9f3
e482ab3e
1 parent
8eb69d07
ref |> 适配新版本900 IDE
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
36 additions
and
39 deletions
sight_harmony/commons/wdConstant/oh-package.json5
sight_harmony/commons/wdJsBridge/oh-package.json5
sight_harmony/commons/wdKit/oh-package.json5
sight_harmony/commons/wdNetwork/oh-package.json5
sight_harmony/commons/wdRouter/oh-package.json5
sight_harmony/commons/wdShareBase/oh-package.json5
sight_harmony/commons/wdWebComponent/oh-package.json5
sight_harmony/features/wdBean/oh-package.json5
sight_harmony/features/wdComponent/oh-package.json5
sight_harmony/features/wdComponent/src/main/ets/components/H5NewsWebPageComponent.ets
sight_harmony/features/wdDetailPlayApi/oh-package.json5
sight_harmony/features/wdDetailPlayLive/oh-package.json5
sight_harmony/features/wdDetailPlayShortVideo/oh-package.json5
sight_harmony/features/wdHwAbility/oh-package.json5
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/GetuiPush.ets
sight_harmony/features/wdLogin/oh-package.json5
sight_harmony/features/wdLogin/src/main/ets/pages/login/SettingPasswordPage.ets
sight_harmony/features/wdPlayer/oh-package.json5
sight_harmony/features/wdShare/oh-package.json5
sight_harmony/features/wdTracking/oh-package.json5
sight_harmony/products/phone/src/main/ets/pages/web/H5TipsPage.ets
sight_harmony/products/phone/src/main/module.json5
sight_harmony/commons/wdConstant/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
c
onstant"
,
"name"
:
"wd
C
onstant"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/commons/wdJsBridge/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
jsb
ridge"
,
"name"
:
"wd
JsB
ridge"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/commons/wdKit/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
k
it"
,
"name"
:
"wd
K
it"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/commons/wdNetwork/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
n
etwork"
,
"name"
:
"wd
N
etwork"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/commons/wdRouter/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
r
outer"
,
"name"
:
"wd
R
outer"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/commons/wdShareBase/oh-package.json5
View file @
e482ab3
{
"name"
:
"wd
shareb
ase"
,
"name"
:
"wd
ShareB
ase"
,
"version"
:
"1.0.0"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
...
...
sight_harmony/commons/wdWebComponent/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
webc
omponent"
,
"name"
:
"wd
WebC
omponent"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/features/wdBean/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
b
ean"
,
"name"
:
"wd
B
ean"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/features/wdComponent/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
c
omponent"
,
"name"
:
"wd
C
omponent"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/features/wdComponent/src/main/ets/components/H5NewsWebPageComponent.ets
View file @
e482ab3
...
...
@@ -30,7 +30,7 @@ import { WDRouterPage, WDRouterRule } from 'wdRouter/Index';
import { PageRepository } from '../repository/PageRepository';
import { OperRowListView } from './view/OperRowListView';
import { CommentDialogView } from './CommentDialogView';
import { CustomTitleUI } from '
wdcomponent/ets/components
/reusable/CustomTitleUI';
import { CustomTitleUI } from '
.
/reusable/CustomTitleUI';
const TAG = 'H5NewsWebPageComponent'
...
...
sight_harmony/features/wdDetailPlayApi/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
detailplaya
pi"
,
"name"
:
"wd
DetailPlayA
pi"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/features/wdDetailPlayLive/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
detailplayl
ive"
,
"name"
:
"wd
DetailPlayL
ive"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/features/wdDetailPlayShortVideo/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
detailplayshortv
ideo"
,
"name"
:
"wd
DetailPlayShortV
ideo"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/features/wdHwAbility/oh-package.json5
View file @
e482ab3
{
"name"
:
"wd
hwa
bility"
,
"name"
:
"wd
HwA
bility"
,
"version"
:
"1.0.0"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
...
...
@@ -7,7 +7,7 @@
"license"
:
"Apache-2.0"
,
"packageType"
:
"InterfaceHar"
,
"dependencies"
:
{
"
library
"
:
"file:./src/main/ets/getuiPush/GT-HM-1.0.4.har"
,
"
GtSDK
"
:
"file:./src/main/ets/getuiPush/GT-HM-1.0.4.har"
,
"neonui"
:
"file:./src/main/ets/voiceRecognizer/neonui.har"
,
"wdConstant"
:
"file:../../commons/wdConstant"
,
"wdLogin"
:
"file:../../features/wdLogin"
,
...
...
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/GetuiPush.ets
View file @
e482ab3
...
...
@@ -4,7 +4,7 @@ import PushManager, {
GTCmdMessage, GTNotificationMessage, GTTransmitMessage, PushConst,
SetTagCmdMessage,
Tag,
UnBindAliasCmdMessage } from '
library
';
UnBindAliasCmdMessage } from '
GtSDK
';
import { AppUtils, DeviceUtil, EmitterEventId, EmitterUtils, Logger, SPHelper } from 'wdKit/Index';
import { HostEnum, HostManager, HttpBizUtil, HttpUrlUtils, HttpUtils, ResponseDTO } from 'wdNetwork/Index';
import { notificationManager } from '@kit.NotificationKit';
...
...
sight_harmony/features/wdLogin/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
l
ogin"
,
"name"
:
"wd
L
ogin"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/features/wdLogin/src/main/ets/pages/login/SettingPasswordPage.ets
View file @
e482ab3
import ArrayList from '@ohos.util.ArrayList';
import { Params } from '../../../../../../../commons/wdRouter/oh_modules/wdBean/Index';
import router from '@ohos.router';
import { LoginViewModel } from './LoginViewModel';
import { BreakpointSystem, CustomToast, DateTimeUtils, Logger, SPHelper, ToastUtils } from 'wdKit';
import {
SpConstants
} from '../../../../../../../commons/wdNetwork/oh_modules/wdConstant/src/main/ets/constants/SpConstants'
import data_preferences from '@ohos.data.preferences';
import { WDRouterPage, WDRouterRule } from 'wdRouter';
import { TrackingPageBrowse, TrackConstants, TrackingButton } from 'wdTracking/Index';
import { Params } from 'wdBean'
import router from '@ohos.router'
import { LoginViewModel } from './LoginViewModel'
import { BreakpointSystem, CustomToast, DateTimeUtils, Logger, SPHelper, ToastUtils } from 'wdKit'
import { SpConstants } from 'wdConstant'
import { WDRouterPage, WDRouterRule } from 'wdRouter'
import { TrackingPageBrowse, TrackConstants, TrackingButton } from 'wdTracking'
const TAG = "SettingPasswordLayout"
...
...
sight_harmony/features/wdPlayer/oh-package.json5
View file @
e482ab3
...
...
@@ -2,7 +2,7 @@
"license"
:
"Apache-2.0"
,
"devDependencies"
:
{},
"author"
:
""
,
"name"
:
"wd
p
layer"
,
"name"
:
"wd
P
layer"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
...
...
sight_harmony/features/wdShare/oh-package.json5
View file @
e482ab3
{
"name"
:
"wd
s
hare"
,
"name"
:
"wd
S
hare"
,
"version"
:
"1.0.0"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
...
...
sight_harmony/features/wdTracking/oh-package.json5
View file @
e482ab3
{
"name"
:
"wd
t
racking"
,
"name"
:
"wd
T
racking"
,
"version"
:
"1.0.0"
,
"description"
:
"Please describe the basic information."
,
"main"
:
"Index.ets"
,
...
...
sight_harmony/products/phone/src/main/ets/pages/web/H5TipsPage.ets
View file @
e482ab3
import router from '@ohos.router';
import { Params } from '
../../../../../../../commons/wdRouter/oh_modules/wdBean/src/main/ets/bean/content/Params
';
import { Params } from '
wdBean/Index
';
import { Logger, ToastUtils } from 'wdKit';
import { CustomTitleUI } from 'wdComponent/src/main/ets/components/reusable/CustomTitleUI';
import {BusinessError, pasteboard} from '@kit.BasicServicesKit';
...
...
sight_harmony/products/phone/src/main/module.json5
View file @
e482ab3
...
...
@@ -18,6 +18,7 @@
"abilities"
:
[
{
"name"
:
"EntryAbility"
,
//
"launchType"
:
"singleton"
,
//
这里不能改动,和后台推送有绑定
"srcEntry"
:
"./ets/entryability/EntryAbility.ets"
,
"description"
:
"$string:app_desc"
,
...
...
@@ -143,11 +144,11 @@
},
{
//
默认的
"entities"
:
[
"entity.system.home"
,
"entity.system.home"
],
"actions"
:
[
"action.system.home"
,
],
"action.system.home"
]
},
{
//
H5换端
...
...
@@ -159,7 +160,7 @@
"scheme"
:
"rmrbapp"
,
"host"
:
"rmrb.app"
,
"path"
:
"openwith"
}
,
}
]},
{
//
推送
"actions"
:
[
...
...
@@ -173,7 +174,7 @@
"path"
:
'openwith'
}
]
}
,
}
]
}
],
...
...
@@ -216,7 +217,7 @@
},
{
"name"
:
"ohos.permission.INTERNET"
}
,
}
],
"extensionAbilities"
:
[
{
...
...
@@ -230,7 +231,7 @@
"name"
:
"ohos.extension.form"
,
"resource"
:
"$profile:form_config"
}
]
,
]
}
]
...
...
Please
register
or
login
to post a comment