This commit is contained in:
kunfei 2022-09-29 22:07:37 +08:00
parent b753e71173
commit fe400434aa

View File

@ -120,7 +120,7 @@ object BookContent {
Debug.log(bookSource.bookSourceUrl, "${bookChapter.title}")
Debug.log(bookSource.bookSourceUrl, "┌获取正文内容")
Debug.log(bookSource.bookSourceUrl, "\n$contentStr")
if (contentStr.isBlank()) {
if (!bookChapter.isVolume && contentStr.isBlank()) {
throw ContentEmptyException("内容为空")
}
if (needSave) {