From 60b36e08c770c3ef0d6c9d98ed0fc6626d0ac47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=8F=8B=E6=9D=BE?= Date: Mon, 1 Sep 2025 17:21:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?xxx=20Signed-off-by:=20=E9=82=B9=E5=8F=8B?= =?UTF-8?q?=E6=9D=BE=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/index.ets | 2 +- product/oh/base/src/main/ets/Application/AbilityStage.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/index.ets b/common/index.ets index 3be6d4e..2c04ef0 100644 --- a/common/index.ets +++ b/common/index.ets @@ -17,7 +17,7 @@ export { CheckingDots } from './src/main/ets/component/CheckingDots'; export { HomeCardView } from './src/main/ets/component/HomeCardView'; export { TitleBar } from './src/main/ets/component/TitleBar'; -export { UpdateState, OtaStatus, ErrorCode, UpdateConstant, Changelog, Language, +export { UpdateState, ErrorCode, UpdateConstant, Changelog, Language, Features, Feature, Icon, ChangelogType, Action, UpgradeData, UpgradeCallResult, PACKAGE_NAME, MAIN_ABILITY_NAME } from './src/main/ets/const/update_const'; diff --git a/product/oh/base/src/main/ets/Application/AbilityStage.ts b/product/oh/base/src/main/ets/Application/AbilityStage.ts index 158a5f6..b2d5469 100644 --- a/product/oh/base/src/main/ets/Application/AbilityStage.ts +++ b/product/oh/base/src/main/ets/Application/AbilityStage.ts @@ -23,7 +23,7 @@ import { LogUtils } from '@ohos/common/src/main/ets/util/LogUtils'; */ export default class MyAbilityStage extends AbilityStage { onCreate(): void { - LogUtils.log('MyAbilityStage', 'onCreate'); + LogUtils.log('MyAbilityStage', 'onCreate XXXYYYZZZ'); globalThis.stageContext = this.context; // 初始化 AppStorage ,避免出现undefined -- Gitee From 325e1f6d8045e2cbed73f9560ce68e678b498362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=8F=8B=E6=9D=BE?= Date: Mon, 1 Sep 2025 11:51:30 +0000 Subject: [PATCH 2/2] yyy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邹友松 --- AppScope/app.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppScope/app.json5 b/AppScope/app.json5 index b6ab6f3..11dac29 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -3,8 +3,8 @@ "bundleName": "com.ohos.updateapp", "debug": false, "vendor": "example", - "versionCode": 2040000127, - "versionName": "204.0.0.127", + "versionCode": 2040000128, + "versionName": "204.0.0.128", "icon": "$media:app_icon", "label": "$string:app_name", "distributedNotificationEnabled": true -- Gitee