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

- 在 YWQMainView 中添加 IM 服务登录
- 更新 BuildProfile 为 debug 模式
- 修改内部测试相关文件,包括 HarmonyOS.html、new.json5、README.md 和 test.json5
- 更新 SDK 和应用的版本信息
这个提交包含在:
xuqm 2025-04-10 15:56:11 +08:00
父节点 2543fb5606
当前提交 ecdec4a9ca

查看文件

@ -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.9'; export const HAR_VERSION = '1.0.9';
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';
/** /**