|
|
@ -295,6 +295,8 @@ class BookSourceEditActivity : |
|
|
|
"chapterName" -> tocRule.chapterName = it.value |
|
|
|
"chapterName" -> tocRule.chapterName = it.value |
|
|
|
"chapterUrl" -> tocRule.chapterUrl = it.value |
|
|
|
"chapterUrl" -> tocRule.chapterUrl = it.value |
|
|
|
"nextTocUrl" -> tocRule.nextTocUrl = it.value |
|
|
|
"nextTocUrl" -> tocRule.nextTocUrl = it.value |
|
|
|
|
|
|
|
"isVip" -> tocRule.isVip = it.value |
|
|
|
|
|
|
|
"updateTime" -> tocRule.updateTime = it.value |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
contentEntities.forEach { |
|
|
|
contentEntities.forEach { |
|
|
|