epub卷显示 @Luoyacheng

This commit is contained in:
HapeLee
2025-11-15 17:12:25 +08:00
parent 879db08f43
commit b118ecc2f1
@@ -195,7 +195,7 @@ object LocalBook {
return StringEscapeUtils.unescapeHtml4(content) return StringEscapeUtils.unescapeHtml4(content)
} }
} }
if (content.isNullOrEmpty()) { if (content.isNullOrEmpty() && !chapter.isVolume) {
return null return null
} }
return content return content