File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ UltraSwipeRefreshTheme.config = UltraSwipeRefreshTheme.config.copy(
184184| [ 对应的代码示例] ( app/src/main/java/com/king/ultraswiperefresh/app/sample/ProgressRefreshIndicatorSample.kt ) | [ 对应的代码示例] ( app/src/main/java/com/king/ultraswiperefresh/app/sample/LottieRefreshIndicatorSample.kt ) |
185185
186186
187- > 如果以上的指示器效果都不满足你的需求,你可以自定义去实现Header和Footer的指示器,也可以直接使用Lottie动画样式的指示器来可快速接入任何Lottie动画 。
187+ > 如果以上的指示器效果都不满足你的需求,你可以自定义去实现Header和Footer的指示器,也可以直接使用Lottie动画样式的指示器,来快速接入任何Lottie动画 。
188188
189189更多使用详情,请查看[ app] ( app ) 中的源码使用示例或直接查看 [ API帮助文档] ( https://jenly1314.github.io/UltraSwipeRefresh/api/ )
190190
@@ -202,28 +202,7 @@ UltraSwipeRefreshTheme.config = UltraSwipeRefreshTheme.config.copy(
202202* 新增参数` alwaysScrollable ` :是否始终可以滚动
203203* 优化一些细节
204204
205- #### v1.2.0 :2024-7-1
206- * 新增参数` contentContainer ` :内容的父容器,便于统一管理
207- * 修复了一些已知问题
208-
209- #### v1.1.3 :2024-6-2
210- * 修复BUG:禁用下拉刷新或上拉加载时,上下滑动的边界值判定问题。([ #8 ] ( https://github.com/jenly1314/UltraSwipeRefresh/issues/8 ) )
211- * 优化一些细节
212-
213- #### v1.1.2 :2024-5-22
214- * 修复BUG:部分机型在某些特定场景下,出现“无法再次触发下拉刷新”的问题。([ #7 ] ( https://github.com/jenly1314/UltraSwipeRefresh/issues/7 ) )
215-
216- #### v1.1.1 :2024-4-20
217- * 修复BUG:刷新状态变化太快时,导致”完成时的定格提示动画”不执行的问题。([ #4 ] ( https://github.com/jenly1314/UltraSwipeRefresh/issues/4 ) )
218- * 优化一些细节
219-
220- #### v1.1.0 :2023-12-17
221- * 新增` UltraSwipeRefreshTheme ` :用于统一管理全局默认配置
222- * 新增参数` finishDelayMillis ` :完成时延时时间(可用于定格展示提示内容)
223- * 新增参数` vibrateEnabled ` :是否启用振动(当滑动偏移量满足触发刷新或触发加载更多时,会有振动效果)
224-
225- #### v1.0.0 :2023-12-3
226- * UltraSwipeRefresh初始版本
205+ #### [ 查看更多版本日志] ( CHANGELOG.md )
227206
228207## 赞赏
229208
You can’t perform that action at this time.
0 commit comments