|
|
|
@ -265,6 +265,7 @@ class BookSourceEditActivity : |
|
|
|
|
add(EditEntity("chapterList", tr?.chapterList, R.string.rule_chapter_list)) |
|
|
|
|
add(EditEntity("chapterName", tr?.chapterName, R.string.rule_chapter_name)) |
|
|
|
|
add(EditEntity("chapterUrl", tr?.chapterUrl, R.string.rule_chapter_url)) |
|
|
|
|
add(EditEntity("isVolume", tr?.isVolume, R.string.rule_is_volume)) |
|
|
|
|
add(EditEntity("updateTime", tr?.updateTime, R.string.rule_update_time)) |
|
|
|
|
add(EditEntity("isVip", tr?.isVip, R.string.rule_is_vip)) |
|
|
|
|
add(EditEntity("isPay", tr?.isPay, R.string.rule_is_pay)) |
|
|
|
@ -360,6 +361,7 @@ class BookSourceEditActivity : |
|
|
|
|
"chapterList" -> tocRule.chapterList = it.value |
|
|
|
|
"chapterName" -> tocRule.chapterName = it.value |
|
|
|
|
"chapterUrl" -> tocRule.chapterUrl = it.value |
|
|
|
|
"isVolume" -> tocRule.isVolume = it.value |
|
|
|
|
"updateTime" -> tocRule.updateTime = it.value |
|
|
|
|
"isVip" -> tocRule.isVip = it.value |
|
|
|
|
"isPay" -> tocRule.isPay = it.value |
|
|
|
|