Add support to get book info from book info page

This commit is contained in:
2026-02-16 11:44:32 +08:00
parent ab46dcc2c1
commit 0cf5eccaf1
8 changed files with 204 additions and 1 deletions

View File

@@ -91,4 +91,5 @@ async function buildTsx(names, tsnames) {
fs.rmSync('dist', { recursive: true, force: true });
fs.mkdirSync('dist', { recursive: true });
await build('qdchapter');
await build('qdbook');
await buildTsx(['popup', 'settings'], ['background']);