1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Dart9,685 stars (9,685 stars)396 forks (396 forks)batch import
enhancement🚀help wanted
Description
Description
- 同步远端收藏, 支持拉取最后几页, 这样可以几个请求同步完成
- 拉取几页, 可以在dialog中手动填写, 默认1页, 支持手动改动, 改完后保存在 appdata.implicitData
- 如果漫画源本身收藏不是倒序, 在漫画源中新增一个拉取最大页数的函数, 拉取的时候通过最大页数来达到拉取最后几页的目的
Operating System
No response
picture
No response
- Issue type
- feature
- Research direction
- Investigate the current remote favorites synchronization logic, likely in the repository layer. Look at how sources define pagination and whether there is a method to retrieve the total number of pages. Modify the sync service to support pulling multiple pages based on user configuration stored in appdata.implicitData. For sources with non reverse ordering, add a new function to get max pages if not already present.