From 84a1bd6fc79e90a3db8c518c6477048be5e3653d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Thu, 28 Nov 2024 10:48:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(account):=20=E7=94=A8=E6=88=B7=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=92=8C=E7=99=BB=E5=87=BA=E6=97=B6=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在用户登录和登出时,添加了刷新应用列表的操作 - 优化了应用列表的展示逻辑,使用唯一键确保每个应用的标识唯一 - 调整了过期订单提醒的存储键,增加了用户ID以区分不同用户 --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index 155b7b3..9ae474e 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 = 'release'; -export const DEBUG = false; +export const BUILD_MODE_NAME = 'debug'; +export const DEBUG = true; export const TARGET_NAME = 'default'; /**