xugenyuan

ref |> 适配新版本900 IDE

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdconstant",
"name": "wdConstant",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdjsbridge",
"name": "wdJsBridge",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdkit",
"name": "wdKit",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdnetwork",
"name": "wdNetwork",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdrouter",
"name": "wdRouter",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
{
"name": "wdsharebase",
"name": "wdShareBase",
"version": "1.0.0",
"description": "Please describe the basic information.",
"main": "Index.ets",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdwebcomponent",
"name": "wdWebComponent",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdbean",
"name": "wdBean",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdcomponent",
"name": "wdComponent",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -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'
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wddetailplayapi",
"name": "wdDetailPlayApi",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wddetailplaylive",
"name": "wdDetailPlayLive",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wddetailplayshortvideo",
"name": "wdDetailPlayShortVideo",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
{
"name": "wdhwability",
"name": "wdHwAbility",
"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",
... ...
... ... @@ -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';
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdlogin",
"name": "wdLogin",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
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"
... ...
... ... @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "wdplayer",
"name": "wdPlayer",
"description": "Please describe the basic information.",
"main": "Index.ets",
"version": "1.0.0",
... ...
{
"name": "wdshare",
"name": "wdShare",
"version": "1.0.0",
"description": "Please describe the basic information.",
"main": "Index.ets",
... ...
{
"name": "wdtracking",
"name": "wdTracking",
"version": "1.0.0",
"description": "Please describe the basic information.",
"main": "Index.ets",
... ...
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';
... ...
... ... @@ -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"
}
],
]
}
]
... ...