Browse Source

feat: 更新测试版本并连接 IM 服务

- 在 YWQMainView 中添加 IM 服务登录
- 更新 BuildProfile 为 debug 模式
- 修改内部测试相关文件,包括 HarmonyOS.html、new.json5、README.md 和 test.json5
- 更新 SDK 和应用的版本信息
xuqm 6 days ago
parent
commit
ecdec4a9ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      BuildProfile.ets

+ 2 - 2
BuildProfile.ets

@@ -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.9';
-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';
 
 /**