优化
This commit is contained in:
@@ -164,6 +164,7 @@ class ExportBookService : BaseService() {
|
|||||||
try {
|
try {
|
||||||
book ?: throw NoStackTraceException("获取${bookUrl}书籍出错")
|
book ?: throw NoStackTraceException("获取${bookUrl}书籍出错")
|
||||||
notificationContent = "正在导出(${book.name}),还有${waitExportBooks.size}本待导出"
|
notificationContent = "正在导出(${book.name}),还有${waitExportBooks.size}本待导出"
|
||||||
|
upNotification()
|
||||||
if (exportConfig.type == "epub") {
|
if (exportConfig.type == "epub") {
|
||||||
if (exportConfig.epubScope.isNullOrBlank()) {
|
if (exportConfig.epubScope.isNullOrBlank()) {
|
||||||
exportEPUB(exportConfig.path, book)
|
exportEPUB(exportConfig.path, book)
|
||||||
|
|||||||
Reference in New Issue
Block a user