sdk提审

这个提交包含在:
徐勤民 2024-10-15 14:10:48 +08:00
父节点 62ca185c74
当前提交 6f24d6a1b4
共有 2 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -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.3';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const BUILD_MODE_NAME = 'release';
export const DEBUG = false;
export const TARGET_NAME = 'default';
/**

查看文件

@ -1,5 +1,5 @@
# [v1.0.3] 2024.xx.xx
# [v1.0.3] 2024.10.15
------
> - 新增WindowHelper工具栏