feat: 使用 Astro 框架重构网站

This commit is contained in:
2026-03-31 21:20:49 +08:00
parent 1f5ac5d981
commit baf44b9853
57 changed files with 7230 additions and 731 deletions

6
astro.config.mjs Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'astro/config';
import icon from 'astro-icon';
export default defineConfig({
integrations: [icon()],
});