This commit is contained in:
kunfei
2022-07-09 16:51:36 +08:00
parent 0b304cb247
commit 7095edcc9d
2 changed files with 3 additions and 2 deletions
@@ -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
}