新增搜索结果页面结果参数, 用于获取更多页数的内容#38
Open
wolfcon wants to merge 1 commit into
Open
Conversation
原有为默认获取第一页内容, 不能控制页数
Owner
|
这个只是更新了文档。目前所有客户端都不支持 当初没有添加page参数的原因有二:
|
Author
|
恩, 因为我看到私有的个人站都没有做过多的逻辑操作, 仅仅是转发了花园的资源, 然后重新格式化了一下, 返回结果, 所以心想加个吧. 的确没有考虑到官方架设搜索节点, 处理整合数据资源的问题. 因为我找到的几个第三方代码库都是依照这个文档来去做的🤣, 所以心想先改改文档, 客户端可以再支持, 毕竟现在官方已经没有了搜索节点. 现在我使用过的 iOS / Windows 客户端都是只返回一页数据, 使用起来非常的不方便, 仍然需要打开花园去找资源. 翻页加载这个其实在客户端上是很正常普通的行为, 但可能在服务器端有你说的那些问题. 然而鉴于官方已经无了, 个人站几乎都又是转发花园, 所以想修改下文档, 以促使其他客户端更新多页加载功能.😆 参考资源汇总 |
Author
|
iOS 客户端已经新增搜索加载多页功能 wolfcon/DanDanPlayForiOS@631878c |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
原有为默认获取第一页内容, 不能控制页数