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
当前软件无论本地漫画还是网络串流的漫画每次点进去都会重新加载一遍封面,这种加载策略不太好,尤其是对于网络串流的漫画而言很致命 添加封面缓存支持,只有当文件夹/文件的 md5 值发生变化时才刷新对应的封面会好得多
在此基础上可以进一步为网络串流的漫画添加文件缓存支持
The text was updated successfully, but these errors were encountered:
目前有一个缩略图缓存,需要手动在设置中打开,打开之后本地漫画将优先使用缓存文件,不过插件漫画确实没有缓存,可以先开启选项给本地漫画先用着.
Sorry, something went wrong.
No branches or pull requests
当前软件无论本地漫画还是网络串流的漫画每次点进去都会重新加载一遍封面,这种加载策略不太好,尤其是对于网络串流的漫画而言很致命
添加封面缓存支持,只有当文件夹/文件的 md5 值发生变化时才刷新对应的封面会好得多
在此基础上可以进一步为网络串流的漫画添加文件缓存支持
The text was updated successfully, but these errors were encountered: