@ -13,7 +13,8 @@
**2022/07/09**
* 修复bug
* 修复使用自建WebDav一些bug
* 修复换源按钮长按只能生效一次的bug
**2022/07/07**
@ -321,7 +321,7 @@ class BookSourceEditActivity :
"loginCheckJs" -> source.loginCheckJs = it.value
"bookUrlPattern" -> source.bookUrlPattern = it.value
"header" -> source.header = it.value
"bookSourceComment" -> source.bookSourceComment = it.value ?: ""
"bookSourceComment" -> source.bookSourceComment = it.value
"concurrentRate" -> source.concurrentRate = it.value
"variableComment" -> source.variableComment = it.value
}