Sfoglia il codice sorgente

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
徐勤民 2 mesi fa
parent
commit
b33bb6ca8c
3 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 3 3
      BuildProfile.ets
  2. 1 1
      CHANGELOG.md
  3. 1 1
      oh-package.json5

+ 3 - 3
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';
 
 /**

+ 1 - 1
CHANGELOG.md

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

+ 1 - 1
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": "数字医信",