Skip to content

Commit

Permalink
docs: 更新使用文档
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Aug 2, 2023
1 parent cc5ae62 commit 1d00039
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<img src="https://img.shields.io/badge/license-Apache-blue"/>
<a href="http://liangjingkanji.github.io/BRV/updates"><img src="https://img.shields.io/badge/changed-%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97-brightgreen"/></a>
<a href="http://liangjingkanji.github.io/BRV/api"><img src="https://img.shields.io/badge/api-%E5%87%BD%E6%95%B0%E6%96%87%E6%A1%A3-red"/></a>
<img src="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group.svg"/>
<a href="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group-qrcode.png"><img src="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group.svg"/></a>
<a href="https://github.com/liangjingkanji/BRV/blob/master/docs/issues.md"><img src="https://raw.githubusercontent.com/liangjingkanji/Net/master/docs/img/issues.svg"/></a>
</p>

Expand Down
13 changes: 11 additions & 2 deletions docs/issues.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 常见问题
BRV基于RecyclerView的组件进行扩展完善, 不影响原有功能可自行扩展实现

<br>

- [java 上可以用吗?](https://github.com/liangjingkanji/BRV/issues/180)
- [由dataclass导致的分组折叠崩溃](https://github.com/liangjingkanji/BRV/issues/79)
Expand All @@ -17,4 +19,11 @@
- [上拉加载多语言的问题](https://github.com/liangjingkanji/BRV/issues/212)
- [第一页加载项没有占满整个页面时,自动加载第二页](https://github.com/liangjingkanji/BRV/issues/206)
- [上拉加载时会把顶部布局顶出去](https://github.com/liangjingkanji/BRV/issues/192)
- [请教侧滑背景实现思路](https://github.com/liangjingkanji/BRV/issues/158)
- [请教侧滑背景实现思路](https://github.com/liangjingkanji/BRV/issues/158)

## 开发者交流

- [反馈问题](https://github.com/liangjingkanji/BRV/issues)
- [其他开发者提及问题](https://github.com/liangjingkanji/BRV/issues)
- [交流社区](https://github.com/liangjingkanji/BRV/discussions)
- <a href="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group-qrcode.png"><img src="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group.svg"/></a>
1 change: 1 addition & 0 deletions docs/refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ PageRefreshLayout内嵌`StateLayout`同时具备显示缺省页的能力
| showError | 显示错误缺省页 |
| showContent | 显示内容页 |

如果你使用`showXX()`方法更改缺省页状态, 并不需要再调用`finishXX()`等方法

#### 全局缺省页配置

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ nav:
- 网络请求: net.md
- ViewBinding: view-binding.md
- 社区讨论: https://github.com/liangjingkanji/BRV/discussions
- 常见问题: https://github.com/liangjingkanji/BRV/blob/master/docs/issues.md
- 常见问题: issues.md
- 第三方组件: component.md
- 更新日志: updates.md
- 1.x文档: api/index.html

0 comments on commit 1d00039

Please sign in to comment.