From d89176843da711b79a6011916d25b86f046967b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Fri, 16 May 2025 11:15:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(cert):=20=E5=90=8C=E6=AD=A5=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=80=E4=BD=93=E6=9C=BA=E8=AF=81=E4=B9=A6=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增获取用户一体机密码接口和修改一体机证书密码确认接口 - 实现证书密码同步更新功能,确保用户密码一致性 - 优化密码输入界面,限制输入长度为6位数字 - 添加密码解密工具类,用于解密用户密码 - 更新相关页面,增加密码同步更新逻辑 --- 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'; /**