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": "数字医信",