build(version): 更新版本号并调整依赖

- 将 @szyx/sdk_base 版本从1.0.9 升级到 1.0.10
- 将 @szyx/sdk_ywx 版本从1.0.5 升级到 1.0.6- 更新 HAR_VERSION 常量
- 修改版本号和版本名称
- 更新 CHANGELOG.md 文件
这个提交包含在:
徐勤民 2025-05-31 14:14:30 +08:00
父节点 98068eaa41
当前提交 c8289cee7e
共有 3 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -1,7 +1,7 @@
/** /**
* 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.9'; export const HAR_VERSION = '1.0.10';
export const BUILD_MODE_NAME = 'debug'; export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true; export const DEBUG = true;
export const TARGET_NAME = 'default'; export const TARGET_NAME = 'default';

查看文件

@ -1,4 +1,4 @@
# [v1.0.10] 2025.xx.xx # [v1.0.10] 2025.50.30
> - `ToolsHelper.showConfirmDialog()`&`ToolsHelper.showAlertDialog()`添加自定义`UI`功能 > - `ToolsHelper.showConfirmDialog()`&`ToolsHelper.showAlertDialog()`添加自定义`UI`功能
> - 添加一个`ImageHelper`,处理图片相关 > - 添加一个`ImageHelper`,处理图片相关

查看文件

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