From ef294d896fcd2af789a0297da899a14b49cd74a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 20 May 2025 22:06:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app):=20=E5=88=87=E6=8D=A2=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E5=90=8E=E5=9B=9E=E8=B0=83=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 CossCertManager 中添加回调函数,客户端切换后执行特定操作- 更新 MiniAppManager 中的客户端切换逻辑,使用回调函数 - 将 BuildProfile 从 debug模式切换到 release 模式 - 更新 sdk_ywx 的 BuildProfile 从 debug 模式到 release 模式 --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index a0db51a..dd80d80 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 = 'debug'; -export const DEBUG = true; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; /**