From 010b71a1436310542dc0bc507502ab8bb9baad83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Wed, 29 Oct 2025 12:05:58 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E5=88=87=E6=8D=A2=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=A8=A1=E5=BC=8F=E4=B8=BA=E8=B0=83=E8=AF=95=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 basic 模块的构建模式从 release 切换为 debug - 将 sdk_ywx 模块的构建模式从 release 切换为 debug - 同步更新两个模块的 DEBUG 常量为 true --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index ecd856f..25f5968 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.11'; -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'; /**