From 6cc43ce608d2f2c9e705b8dad3624e163e4dcc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Thu, 8 Jan 2026 18:00:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor(miniapp):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=A4=84=E7=90=86=E5=92=8C=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E7=AD=BE=E5=90=8D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建新的 AutoInfo 和 AutoStopData 接口和类文件 - 添加 OAuth 授权相关模型和常量定义 - 实现二维码解析 V2 版本工具类 - 添加二维码图像处理和内容解析功能 - 重构 MiniAppManager 中的二维码处理逻辑 - 更新错误处理类型为 YWXError - 修改 SDK 依赖版本管理 - 移除旧的锁定文件配置 - 优化授权登录和签名确认页面的导入路径 --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index 25f5968..ecd856f 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.11'; -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'; /**