导出txt时不保留vip标识

This commit is contained in:
Xwite
2023-03-26 19:21:15 +08:00
parent 93ce47bfd4
commit 6f10337904

View File

@@ -222,7 +222,7 @@ class CacheViewModel(application: Application) : BaseViewModel(application) {
val content1 = contentProcessor
.getContent(
book,
chapter,
chapter.apply { isVip = false },
content ?: if (chapter.isVolume) "" else "null",
includeTitle = !AppConfig.exportNoChapterName,
useReplace = useReplace,