fix getEnableReadCrawlers

pull/22/head
fengyuecanzhu 3 years ago
parent c370f3deb1
commit cd362e0fd9
  1. 3
      app/src/main/assets/updatelog.fy
  2. 2
      dynamic/src/main/java/xyz/fycz/dynamic/AppLoadImpl.kt

@ -3,7 +3,8 @@
1、修复书籍无法导出缓存的问题
2、修复部分书源bug
3、修复同名书籍详情页加载bug
4、Cookie支持备份&恢复
4、修复搜索时当前分组不存在时无法搜索的问题
5、Cookie支持备份&恢复
2022.04.24
风月读书v2.4.4

@ -75,7 +75,7 @@ class AppLoadImpl : IAppLoader {
}
if (sb.isNotEmpty()) {
if (sb.endsWith("\n")) sb.substring(0, sb.length - 1)
val key = "fix244"
val key = "fix244-2"
val hasRead = spu.getBoolean(key, false)
if (!hasRead) {
announce("插件更新", "更新内容:\n$sb")

Loading…
Cancel
Save