We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.允许用户下载漫画完整数据(离线的评论,作者,tag)等下载到远程webdav地址,并支持定时同步分组和重命名。 2.允许用户一键设置某个webdav地址为漫画源 其实就是支持一个管理员把漫画备份到服务器,用户(朋友)可以加载漫画源的方式加载离线服务器。 有些本子很珍贵想收藏起来,放设备里总是不太好,有个可以共享+存储的离线服务器岂不美哉 (万一漫画源倒闭了还能救本)
No response
The text was updated successfully, but these errors were encountered:
@Shapaper233 用webdav管理漫画性能太低,只适合备份数据,不适合作为漫画服务器给很多人用
Sorry, something went wrong.
个人感觉不会,webdav再慢也比一些漫画源速度快,或者添加一个db文件在上级目录做索引。
@Shapaper233 慢的原因是对于漫画列表只能一次拿所有数据,你用db只会更慢。当你漫画很多的时候,你拿漫画列表只能遍历每个目录拿漫画信息,而且没办法分页。优化方式可以加一个index文件,列举每个漫画的信息,但这样漫画多后index文件非常大。
@Shapaper233 还有,搜索你也要把所有漫画的信息拉到本地去进行搜索
@Shapaper233 不如去适配某个漫画管理系统的项目,用webdav功能太少,也不能让太多用户同时用
No branches or pull requests
Description
1.允许用户下载漫画完整数据(离线的评论,作者,tag)等下载到远程webdav地址,并支持定时同步分组和重命名。
2.允许用户一键设置某个webdav地址为漫画源
其实就是支持一个管理员把漫画备份到服务器,用户(朋友)可以加载漫画源的方式加载离线服务器。
有些本子很珍贵想收藏起来,放设备里总是不太好,有个可以共享+存储的离线服务器岂不美哉
(万一漫画源倒闭了还能救本)Operating System
No response
picture
No response
The text was updated successfully, but these errors were encountered: