feat: 更新首页的样式

This commit is contained in:
2026-04-01 16:50:17 +08:00
parent baf44b9853
commit fb394463c0
13 changed files with 182 additions and 93 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview"
},