初次提交

This commit is contained in:
2026-03-27 00:40:21 +08:00
parent a481be8f3e
commit 1a6a880a49
11 changed files with 4825 additions and 23 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.0"
}
}