|
|
|
@ -116,6 +116,10 @@ object BookChapterList { |
|
|
|
|
item.index = index |
|
|
|
|
} |
|
|
|
|
book.latestChapterTitle = chapterList.last().title |
|
|
|
|
if (book.totalChapterNum < chapterList.size) { |
|
|
|
|
book.lastCheckCount = chapterList.size - book.totalChapterNum |
|
|
|
|
book.totalChapterNum = chapterList.size |
|
|
|
|
} |
|
|
|
|
return chapterList |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|