diff --git a/BuildProfile.ets b/BuildProfile.ets index b2b828e..25f5968 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,9 +1,9 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.0.10'; -export const BUILD_MODE_NAME = 'release'; -export const DEBUG = false; +export const HAR_VERSION = '1.0.11'; +export const BUILD_MODE_NAME = 'debug'; +export const DEBUG = true; export const TARGET_NAME = 'default'; /** diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a237f4..141a81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [v1.0.11] 2025.xx.xx +# [v1.0.11] 2025.09.02 > - 修改初始化逻辑,解决`This window state is abnormal`的问题 > diff --git a/oh-package.json5 b/oh-package.json5 index 82f9d77..ad069bc 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@szyx/sdk_base", - "version": "1.0.10", + "version": "1.0.11", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", "author": "数字医信",