导出txt时不保留vip标识

This commit is contained in:
Xwite
2023-03-26 19:21:33 +08:00
parent 4ac7e8f20b
commit af104c8a2c
@@ -222,7 +222,7 @@ class CacheViewModel(application: Application) : BaseViewModel(application) {
val content1 = contentProcessor val content1 = contentProcessor
.getContent( .getContent(
book, book,
chapter, chapter.apply { isVip = false },
content ?: if (chapter.isVolume) "" else "null", content ?: if (chapter.isVolume) "" else "null",
includeTitle = !AppConfig.exportNoChapterName, includeTitle = !AppConfig.exportNoChapterName,
useReplace = useReplace, useReplace = useReplace,