Browse Source

混淆相关

master
徐勤民 3 weeks ago
parent
commit
caef1318dc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      BuildProfile.ets

+ 2
- 2
BuildProfile.ets View File

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

/**


Loading…
Cancel
Save