大 更 新

This commit is contained in:
RiseForever
2026-08-12 01:11:32 +08:00
parent 6570961102
commit c382cd642a
69 changed files with 19471 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
import { rm } from 'node:fs/promises';
await Promise.all([
rm('dist', { recursive: true, force: true }),
rm('.astro', { recursive: true, force: true }),
rm('node_modules/.astro', { recursive: true, force: true })
]);