src/main.mjs @@ -315,7 +315,7 @@ book.state = `下载完成`; book.format = ext; book.file = filepath; book.pages = await getPdfPages(filepath); book.pages = await getPdfPages(filepath).catch(() => 0); console.log(`下载完成:${filepath}`); return; }