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

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "fiveq-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.7.10",
"astro-icon": "^1.1.5",
"@iconify-json/lucide": "^1.2.32"
}
}