diff --git a/BuildProfile.ets b/BuildProfile.ets index b2b828e..7b63954 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -2,8 +2,8 @@ * 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 BUILD_MODE_NAME = 'debug'; +export const DEBUG = true; export const TARGET_NAME = 'default'; /** diff --git a/CHANGELOG.md b/CHANGELOG.md index f6bd62e..1a237f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ +# [v1.0.11] 2025.xx.xx + +> - 修改初始化逻辑,解决`This window state is abnormal`的问题 +> # [v1.0.10] 2025.05.30 > - `ToolsHelper.showConfirmDialog()`&`ToolsHelper.showAlertDialog()`添加自定义`UI`功能 > - 添加一个`ImageHelper`,处理图片相关 > - 添加一个`SwipeView`,左滑删除的item组件 -> - 修改初始化逻辑,解决`This window state is abnormal`的问题 > # [v1.0.9] 2025.04.06