- 将 @szyx/sdk_base 版本从 1.0.8 升级到 1.0.9 - 更新 HAR_VERSION 常量至 1.0.9 - 修正 RefreshView 组件的相关问题 - 修改 SignManager 中查询生物签名状态的方法名称 - 在 sdk_ywx 中添加新的错误码和接口
@@ -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';
@@ -1,4 +1,4 @@
-# [v1.0.9] 2025.xx.xx
+# [v1.0.9] 2025.04.06
> - `RefreshView`参数不包含`onLoadMore`的时候,上划不应该提示`没有更多数据了`
> - `RefreshView`添加一个`controller`,补充跳转到顶部,跳转到底部等方法,具体见文档`4.3`注释
@@ -1,6 +1,6 @@
{
"name": "@szyx/sdk_base",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "数字医信公司,鸿蒙app开发基础工具。",
"main": "Index.ets",
"author": "数字医信",