初次提交

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

5
tsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}