|
|
|
@ -194,6 +194,8 @@ 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("isVip", tr?.isVip, R.string.rule_is_vip)) |
|
|
|
|
add(EditEntity("updateTime", tr?.updateTime, R.string.rule_update_time)) |
|
|
|
|
add(EditEntity("nextTocUrl", tr?.nextTocUrl, R.string.rule_next_toc_url)) |
|
|
|
|
} |
|
|
|
|
//正文页 |
|
|
|
|