From ecdec4a9cab3bbabc2fc19b3149642279f5a6081 Mon Sep 17 00:00:00 2001 From: xuqm Date: Thu, 10 Apr 2025 15:56:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B9=B6=E8=BF=9E=E6=8E=A5=20IM=20=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 YWQMainView 中添加 IM 服务登录 - 更新 BuildProfile 为 debug 模式 - 修改内部测试相关文件,包括 HarmonyOS.html、new.json5、README.md 和 test.json5 - 更新 SDK 和应用的版本信息 --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index dd80d80..a0db51a 100644 --- a/BuildProfile.ets +++ b/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'; /**