From b50991c464c5eb45a48fd6602a550ec1762c9e0f Mon Sep 17 00:00:00 2001 From: xuqm Date: Sun, 6 Apr 2025 20:39:31 +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=201.0.9=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 @szyx/sdk_base 版本从 1.0.8 升级到 1.0.9 - 更新 HAR_VERSION 常量至 1.0.9 - 修正 RefreshView 组件的相关问题 - 修改 SignManager 中查询生物签名状态的方法名称 - 在 sdk_ywx 中添加新的错误码和接口 --- BuildProfile.ets | 2 +- CHANGELOG.md | 2 +- oh-package.json5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index 0a0044c..a0db51a 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.0.8'; +export const HAR_VERSION = '1.0.9'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/CHANGELOG.md b/CHANGELOG.md index 845b8db..bafa51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [v1.0.9] 2025.xx.xx +# [v1.0.9] 2025.04.06 > - `RefreshView`参数不包含`onLoadMore`的时候,上划不应该提示`没有更多数据了` > - `RefreshView`添加一个`controller`,补充跳转到顶部,跳转到底部等方法,具体见文档`4.3`注释 diff --git a/oh-package.json5 b/oh-package.json5 index da4b272..99a2b95 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@szyx/sdk_base", - "version": "1.0.8", + "version": "1.0.9", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", "author": "数字医信",