导出txt时不保留vip标识
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user