build(basic): 更新基础 SDK版本并调整构建配置

- 将 @szyx/sdk_base 版本从 1.0.10 升级到1.0.11
- 修改 BuildProfile.ets 中的 HAR_VERSION、BUILD_MODE_NAME 和 DEBUG变量
- 更新 CHANGELOG.md 中的版本发布日期
-调整 sdk_ywx 项目的构建配置以使用新版本的基础 SDK
这个提交包含在:
徐勤民 2025-09-02 19:07:07 +08:00
父节点 93242a7c82
当前提交 b33bb6ca8c
共有 3 个文件被更改,包括 5 次插入5 次删除

查看文件

@ -1,9 +1,9 @@
/** /**
* Use these variables when you tailor your ArkTS code. They must be of the const type. * 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 HAR_VERSION = '1.0.11';
export const BUILD_MODE_NAME = 'release'; export const BUILD_MODE_NAME = 'debug';
export const DEBUG = false; export const DEBUG = true;
export const TARGET_NAME = 'default'; export const TARGET_NAME = 'default';
/** /**

查看文件

@ -1,4 +1,4 @@
# [v1.0.11] 2025.xx.xx # [v1.0.11] 2025.09.02
> - 修改初始化逻辑,解决`This window state is abnormal`的问题 > - 修改初始化逻辑,解决`This window state is abnormal`的问题
> >

查看文件

@ -1,6 +1,6 @@
{ {
"name": "@szyx/sdk_base", "name": "@szyx/sdk_base",
"version": "1.0.10", "version": "1.0.11",
"description": "数字医信公司,鸿蒙app开发基础工具。", "description": "数字医信公司,鸿蒙app开发基础工具。",
"main": "Index.ets", "main": "Index.ets",
"author": "数字医信", "author": "数字医信",