first commit

This commit is contained in:
爱喝水的木子
2026-01-08 14:05:55 +08:00
commit 74d351ba32
20 changed files with 12593 additions and 0 deletions

16
vercel Normal file
View File

@@ -0,0 +1,16 @@
{
"version": 2,
"builds": [
{
"src": "dist/**",
"use": "@vercel/static"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/$1"
}
],
"outputDirectory": "dist"
}