MutableChapterContent

constructor(id: String, title: String, content: JsonObject, lastChapter: String = "", nextChapter: String = "")

返回可变章节内容对象

Parameters

id

章节id

title

章节标题

content

章节内容的JSON对象

lastChapter

上一章的章节id,默认为空字符串

nextChapter

下一章的章节id,默认为空字符串