From 538fe1e525d025f3fe3e7a11704b1159af08c332 Mon Sep 17 00:00:00 2001 From: shenzuqiang Date: Fri, 15 May 2026 14:16:56 +0800 Subject: [PATCH] dev: sync --- AppScope/app.json5 | 4 ++-- build-profile.json5 | 6 +++--- common/BuildProfile.ets | 6 +++--- features/mainLayout/BuildProfile.ets | 6 +++--- .../mainLayout/oh_modules/@ohos/common/BuildProfile.ets | 6 +++--- products/app/build-profile.json5 | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/AppScope/app.json5 b/AppScope/app.json5 index 3278a64..a9aed18 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -2,8 +2,8 @@ "app": { "bundleName": "com.img.rabbit", "vendor": "zuomeng", - "versionCode": 1, - "versionName": "1.0.0", + "versionCode": 2, + "versionName": "1.0.1", "icon": "$media:layered_image", "label": "$string:app_name" } diff --git a/build-profile.json5 b/build-profile.json5 index fd9a7d4..74f7ac3 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -31,7 +31,7 @@ "products": [ { "name": "default", - "signingConfig": "debug", + "signingConfig": "release", "targetSdkVersion": "6.0.2(22)", "compatibleSdkVersion": "5.0.3(15)", "runtimeOS": "HarmonyOS", @@ -43,12 +43,12 @@ "arkOptions": { "buildProfileFields": { "CHANNEL": "harmony", - "BUILD_TIME": "2605150933" + "BUILD_TIME": "2605151108" } } }, "output": { - "artifactName": "rabbit_harmony_debug_v1.0.0_2605150933" + "artifactName": "rabbit_harmony_release_v1.0.1_2605151108" } } ], diff --git a/common/BuildProfile.ets b/common/BuildProfile.ets index ed42bbf..a242fc3 100644 --- a/common/BuildProfile.ets +++ b/common/BuildProfile.ets @@ -2,11 +2,11 @@ * Use these variables when you tailor your ArkTS code. They must be of the const type. */ export const HAR_VERSION = '0.0.1'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; export const CHANNEL = 'harmony'; -export const BUILD_TIME = '2605150929'; +export const BUILD_TIME = '2605151105'; /** * BuildProfile Class is used only for compatibility purposes. diff --git a/features/mainLayout/BuildProfile.ets b/features/mainLayout/BuildProfile.ets index e3634ed..54659d3 100644 --- a/features/mainLayout/BuildProfile.ets +++ b/features/mainLayout/BuildProfile.ets @@ -2,11 +2,11 @@ * Use these variables when you tailor your ArkTS code. They must be of the const type. */ export const HAR_VERSION = '1.0.0'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; export const CHANNEL = 'harmony'; -export const BUILD_TIME = '2605150929'; +export const BUILD_TIME = '2605151105'; /** * BuildProfile Class is used only for compatibility purposes. diff --git a/features/mainLayout/oh_modules/@ohos/common/BuildProfile.ets b/features/mainLayout/oh_modules/@ohos/common/BuildProfile.ets index ed42bbf..a242fc3 100644 --- a/features/mainLayout/oh_modules/@ohos/common/BuildProfile.ets +++ b/features/mainLayout/oh_modules/@ohos/common/BuildProfile.ets @@ -2,11 +2,11 @@ * Use these variables when you tailor your ArkTS code. They must be of the const type. */ export const HAR_VERSION = '0.0.1'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; export const CHANNEL = 'harmony'; -export const BUILD_TIME = '2605150929'; +export const BUILD_TIME = '2605151105'; /** * BuildProfile Class is used only for compatibility purposes. diff --git a/products/app/build-profile.json5 b/products/app/build-profile.json5 index fc01685..4a74170 100644 --- a/products/app/build-profile.json5 +++ b/products/app/build-profile.json5 @@ -26,7 +26,7 @@ { "name": "default", "output": { - "artifactName": "rabbit_harmony_v1.0.0_26515933" + "artifactName": "rabbit_harmony_v1.0.1_26515118" } }, {