From 26a0f0b38c48b97601a1f244c29f351471454e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Sat, 26 Oct 2024 19:45:33 +0800 Subject: [PATCH] =?UTF-8?q?build(basic):=20=E6=9B=B4=E6=96=B0=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=B7=A5=E5=85=B7=E5=8C=85=E8=87=B3=20v1.0.5=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 优化 webView工具 - 优化网络工具 - 新增下拉刷新和加载更多组件 - 优化 ToolsHelper - 其他优化,等待用户发现 --- CHANGELOG.md | 10 ++++++++++ oh-package.json5 | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 034d72f..8745567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +# [v1.0.5] 2024.xx.xx + +------ +> - webView工具优化 +> - 网络工具优化 +> - 新增下拉刷新和加载更多组件 +> - ToolsHelper优化 +> - 其它优化,可自行探索 +> + # [v1.0.4] 2024.10.21 ------ diff --git a/oh-package.json5 b/oh-package.json5 index 95e4430..206f1bc 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@szyx/sdk_base", - "version": "1.0.4", + "version": "1.0.5", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", "author": "szyx",