混淆相关

这个提交包含在:
徐勤民 2024-09-03 19:27:10 +08:00
父节点 defe1e605e
当前提交 b6cbcd79ba

查看文件

@ -2,8 +2,8 @@
* 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.1'; export const HAR_VERSION = '1.0.1';
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';
/** /**