@ -116,7 +116,7 @@ object BookContent {
Debug.log(bookSource.bookSourceUrl, "┌获取正文内容")
Debug.log(bookSource.bookSourceUrl, "└\n$contentStr")
if (contentStr.isBlank()) {
throw ContentEmptyException("${bookChapter.title}内容为空")
throw ContentEmptyException("内容为空")
}
BookHelp.saveContent(bookSource, book, bookChapter, contentStr)
return contentStr
@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="6dp"
android:orientation="vertical">
<TextView