优化
This commit is contained in:
@@ -148,7 +148,7 @@ object BookHelp {
|
|||||||
book.getFolderName(),
|
book.getFolderName(),
|
||||||
bookChapter.getFileName(),
|
bookChapter.getFileName(),
|
||||||
).writeText(content)
|
).writeText(content)
|
||||||
if (!book.isLocal) {
|
if (book.isOnLineTxt) {
|
||||||
bookChapter.wordCount = StringUtils.wordCountFormat(content.length)
|
bookChapter.wordCount = StringUtils.wordCountFormat(content.length)
|
||||||
appDb.bookChapterDao.update(bookChapter)
|
appDb.bookChapterDao.update(bookChapter)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user