From b7d0288643b190dd8ca82c039e11e5d8085cac55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Sun, 27 Apr 2025 10:54:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app):=20=E8=B0=83=E6=95=B4=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E9=80=BB=E8=BE=91=E5=B9=B6=E6=9B=B4=E6=96=B0=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正 CossCertManager 中的证书获取和绑定逻辑 - 更新 BuildProfile 配置,切换到调试模式 - 新增 publish.sh 脚本用于获取应用包哈希值 - 调整 SDK BuildProfile 配置,启用调试模式 - 修改 build-profile.json5,更新签名配置 --- 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'; /**