Add manage page

This commit is contained in:
2026-02-16 23:23:34 +08:00
parent e24c839c05
commit fbc9269e81
14 changed files with 386 additions and 5 deletions

View File

@@ -92,4 +92,4 @@ fs.rmSync('dist', { recursive: true, force: true });
fs.mkdirSync('dist', { recursive: true });
await build('qdchapter');
await build('qdbook');
await buildTsx(['popup', 'settings'], ['background']);
await buildTsx(['popup', 'settings', 'manage'], ['background']);