|
|
|
@ -194,7 +194,7 @@ object BookChapterList { |
|
|
|
|
if (bookChapter.url.isEmpty()) { |
|
|
|
|
if (bookChapter.isVolume) { |
|
|
|
|
bookChapter.url = bookChapter.title |
|
|
|
|
Debug.log(bookSource.bookSourceUrl, "目录${index}(Volume)未获取到url,使用章节标题替代") |
|
|
|
|
Debug.log(bookSource.bookSourceUrl, "一级目录${index}未获取到url,使用章节标题替代") |
|
|
|
|
} else { |
|
|
|
|
bookChapter.url = baseUrl |
|
|
|
|
Debug.log(bookSource.bookSourceUrl, "目录${index}未获取到url,使用baseUrl替代") |
|
|
|
|