Mutable Chapter Content
class MutableChapterContent(id: String, title: String, content: JsonObject, lastChapter: String = "", nextChapter: String = "") : ChapterContent
可变的章节内容对象 其中每一个成员都是可被UI观测的
Since
Api 2
Parameters
id
章节id
title
章节标题
content
章节内容的JSON对象
last Chapter
上一章的章节id,默认为空字符串
next Chapter
下一章的章节id,默认为空字符串