src/main.mjs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; }