From b025cc09eb979ca482d8f8743b90b058c86fd602 Mon Sep 17 00:00:00 2001 From: Jenly Date: Mon, 17 Jun 2024 22:32:50 +0800 Subject: [PATCH] Update README --- README.md | 2 ++ test.md | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8be9b90..dc13205 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,8 @@ UltraSwipeRefreshTheme.config = UltraSwipeRefreshTheme.config.copy( ## 版本记录 +#### 待发布版本([提前体验](test.md)) + #### v1.1.3 :2024-6-2 * 修复BUG:禁用下拉刷新或上拉加载时,上下滑动的边界值判定问题。([#8](https://github.com/jenly1314/UltraSwipeRefresh/issues/8)) * 优化一些细节 diff --git a/test.md b/test.md index 86a7fe2..5b7035b 100644 --- a/test.md +++ b/test.md @@ -1,7 +1,7 @@ -## 待发布版本(已发布:v1.1.3) +## 待发布版本 -待发布版本暂使用**Jit Pack**仓库;待收集的一些问题测试稳定后,再统一发布正式版本至 **Maven Central** 仓库。 +待发布版本暂使用 **Jit Pack** 仓库;待收集的一些问题测试稳定后,再统一发布正式版本至 **Maven Central** 仓库。 ## 引入 @@ -21,12 +21,12 @@ ```gradle // 极致体验的Compose刷新组件 (*必须) - implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh:7b26c6d4e5' + implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh:62a47a68f8' // 经典样式的指示器 (可选) - implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-classic:7b26c6d4e5' + implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-classic:62a47a68f8' // Lottie动画指示器 (可选) - implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-lottie:7b26c6d4e5' + implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-lottie:62a47a68f8' // 进度条样式的指示器 (可选) - implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-progress:7b26c6d4e5' + implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-progress:62a47a68f8' ```