From b33bb6ca8c0d787350e9b024e533813d3467886e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 2 Sep 2025 19:07:07 +0800 Subject: [PATCH] =?UTF-8?q?build(basic):=20=E6=9B=B4=E6=96=B0=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=20SDK=E7=89=88=E6=9C=AC=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 @szyx/sdk_base 版本从 1.0.10 升级到1.0.11 - 修改 BuildProfile.ets 中的 HAR_VERSION、BUILD_MODE_NAME 和 DEBUG变量 - 更新 CHANGELOG.md 中的版本发布日期 -调整 sdk_ywx 项目的构建配置以使用新版本的基础 SDK --- BuildProfile.ets | 6 +++--- CHANGELOG.md | 2 +- oh-package.json5 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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": "数字医信",