From 842b2e3623664493d7a77b3def99fb56ab4d4333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Thu, 15 May 2025 16:50:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(share):=20=E5=AE=9E=E7=8E=B0=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 ShareHelper 类,用于处理分享逻辑 - 在 ArticleDetailView 中集成分享功能 - 更新 Index 页面,获取应用信息时增加签名信息 - 修正 JSSdkCls 中的错误信息 - 优化 PayManager 中的日志输出 - 更新 ApiConfig,为 hotnewsArticleDetail接口添加日志记录 - 在 HomeArticleDetailModel 中添加 summary 字段 - 升级 wechat_open_sdk 依赖至 1.0.11 版本 --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index a0db51a..dd80d80 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 = 'debug'; -export const DEBUG = true; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; /**