From ed415661cd64452aaef4fa3692aa253d239eb145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Mon, 2 Dec 2024 11:18:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app):=20=E4=BC=98=E5=8C=96=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E5=8A=9F=E8=83=BD=E5=B9=B6=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 ScanHome.ets 中的扫码处理逻辑,使用 qrDisposeForOauth 替代 qrDispose - 更新 app项目的依赖版本: - @szyx/sdk_base 从 1.0.5 改为本地路径引用 - @szyx/sdk_ywx 保持本地路径引用不变 - 删除 app 项目的 oh-package-lock.json5 文件 - 更新 basic 项目的版本号到1.0.6,并优化 XWeb 相关功能 - 更新 sdk_ywx 项目的版本号到 1.0.3 - 调整 build-profile.json5,重新加入 basic 项目配置 --- CHANGELOG.md | 3 ++- oh-package.json5 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b441413..2f369b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -# [v1.0.5] 2024.xx.xx +# [v1.0.6] 2024.12.02 ------ > - 优化confirm弹窗样式 > - ToolsHelper优化 > - 限制RefreshView接口调用频率 +> - 优化XWeb相关 > - 其它优化,可自行探索 > diff --git a/oh-package.json5 b/oh-package.json5 index 206f1bc..3b51f1e 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@szyx/sdk_base", - "version": "1.0.5", + "version": "1.0.6", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", "author": "szyx",