This commit is contained in:
kunfei 2022-11-05 23:46:00 +08:00
parent f60e74602e
commit 5bfb451c11
2 changed files with 3 additions and 2 deletions

View File

@ -11,10 +11,11 @@
* 正文出现缺字漏字、内容缺失、排版错乱等情况,有可能是净化规则或简繁转换出现问题。
* 漫画源看书显示乱码,**阅读与其他软件的源并不通用**,请导入阅读的支持的漫画源!
**2022/10/30**
**2022/11/05**
* 发现不采用详情页url正则
* 目录更新完再缓存章节,缓存章节可以设置为0,为0时不缓存
* 添加书籍协议legado://import/addToBookshelf?src={url}
**2022/10/29**

View File

@ -73,7 +73,7 @@ class OnLineImportActivity :
"/readConfig" -> viewModel.getBytes(url) { bytes ->
viewModel.importReadConfig(bytes, this::finallyDialog)
}
"addToBookshelf" -> showDialogFragment(
"/addToBookshelf" -> showDialogFragment(
AddToBookshelfDialog(url)
)
"/importonline" -> when (it.host) {