CymChad / BaseRecyclerViewAdapterHelper

BRVAH:Powerful and flexible RecyclerAdapter
http://www.recyclerview.org/
MIT License
24.21k stars 5.14k forks source link

3.0版本的中文说明文档是没了吗 #3751

Closed Ed-Schrieffer closed 1 year ago

Ed-Schrieffer commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

  1. 尝试在历史问题搜索答案。
  2. 尝试阅读文档找到答案。
  3. 尝试阅读Demo找到答案。
  4. 尝试自己检查或试验以找到答案。
  5. 尝试阅读源代码以找到答案。
  6. 请勿将产品的一些特殊交互需求 和 该库暂不支持作为bug混为一谈,请您仔细甄别

如果以上都尝试过了请提一个新的issues
参考提問的智慧

如果还是没有找到答案,提问请带上这几个必要信息

  1. 当前使用的版本号
  2. 复现操作描述
  3. 使用代码
  4. crash日志
  5. gif复现效果
  6. 抽取demo 将你出现的问题代码抽出来成一个可直接运行的项目。(最好fork本库修改) 在本地修改demo,然后把commit push到github上,在issue里贴下demo的地址。

有详细的描述才能使得我们更快速的定位问题并解决问题,感谢配合!

xiaxiaxiaxia commented 1 year ago

readme文件夹被删掉了,有点离谱

Ed-Schrieffer commented 1 year ago

那这个可以恢复吗?

xiaxiaxiaxia commented 1 year ago

https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/3.x/readme/6-BaseNodeAdapter.md 类似这个,把master换成3.x就可以看3.x分之的

Ed-Schrieffer commented 1 year ago

好的感谢

limuyang2 commented 1 year ago

readme文件夹被删掉了,有点离谱

请善用git,并没有删除,老代码只是移动到3.x分支中了。master分支只会保持最新代码

xiaxiaxiaxia commented 1 year ago

好的,其实master分之可以修改一下3.x文档的链接啊,不然跳转会404,也不太对,对吧😂

limuyang2 commented 1 year ago

好的,其实master分之可以修改一下3.x文档的链接啊,不然跳转会404,也不太对,对吧😂

好的,已经修改