Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed Dec 16, 2023
1 parent 28aaae6 commit 6048f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ import {

### 自定义下拉刷新效果

你可以通过对 `Controller``dragOffset``mode` 的状态,把创建属于自己的下拉刷新效果。如果下拉刷新失败了,你可以通过调用 `Controller``refresh() `方法来重新执行刷新动画。
你可以通过对 `Controller``dragOffset``mode` 的判断,创建属于自己的下拉刷新效果。如果下拉刷新失败了,你可以通过调用 `Controller``refresh() `方法来重新执行刷新动画。

``` typescript
/// The current drag offset
Expand Down
2 changes: 1 addition & 1 deletion pull_to_refresh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ import {

### 自定义下拉刷新效果

你可以通过对 `Controller``dragOffset``mode` 的状态,把创建属于自己的下拉刷新效果。如果下拉刷新失败了,你可以通过调用 `Controller``refresh() `方法来重新执行刷新动画。
你可以通过对 `Controller``dragOffset``mode` 的判断,创建属于自己的下拉刷新效果。如果下拉刷新失败了,你可以通过调用 `Controller``refresh() `方法来重新执行刷新动画。

``` typescript
/// The current drag offset
Expand Down

0 comments on commit 6048f55

Please sign in to comment.