-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ import kotlinx.coroutines.delay | |
* @param vibrateEnabled 是否启用振动,如果启用则当滑动偏移量满足触发刷新或触发加载更多时,会有振动效果;默认为:false | ||
* @param headerIndicator 下拉刷新时顶部显示的Header指示器 | ||
* @param footerIndicator 上拉加载更多时底部显示的Footer指示器 | ||
* @param content 可进行滑动刷新或加载更多所包含的内容 | ||
* @param content 可进行刷新或加载更多所包含的内容 | ||
* | ||
* @author <a href="mailto:[email protected]">Jenly</a> | ||
* <p> | ||
|
@@ -212,7 +212,7 @@ fun UltraSwipeRefresh( | |
* @param vibrateEnabled 是否启用振动,如果启用则当滑动偏移量满足触发刷新或触发加载更多时,会有振动效果;默认为:false | ||
* @param headerIndicator 下拉刷新时顶部显示的Header指示器 | ||
* @param footerIndicator 上拉加载更多时底部显示的Footer指示器 | ||
* @param content 可进行滑动刷新或加载更多所包含的内容 | ||
* @param content 可进行刷新或加载更多所包含的内容 | ||
*/ | ||
@Composable | ||
fun UltraSwipeRefresh( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
## 待发布版本 | ||
## 待发布版本(已发布:v1.1.3) | ||
|
||
待发布版本暂使用**Jit Pack**仓库;待收集的一些问题测试稳定后,再统一发布正式版本至 **Maven Central** 仓库。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters