From 80f418c30a330f79173a01081abce5cb72d76671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Wed, 27 Nov 2024 10:53:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app):=20=E9=87=8D=E6=9E=84=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 优化了 MiniAppManager 中的二维码处理流程 - 新增了 SignManager 中的 qrDisposeWithPhone 方法 - 修改了 SignManagerReal 中的 qrDisposes 方法签名 - 调整了 UnSignBatchView 中的签名完成逻辑 - 更新了 Index 页面中的版本号和路由逻辑 --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index 9ae474e..155b7b3 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.5'; -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'; /**