Initial commit

This commit is contained in:
juluo
2025-10-08 14:48:45 +08:00
committed by GitHub
commit 8b93d6f42f
108 changed files with 27618 additions and 0 deletions

19
vercel.json Normal file
View File

@@ -0,0 +1,19 @@
{
"devCommand": "vite --port $PORT",
"framework": "vue",
"rewrites": [
{
"source": "/:__PREFIX(~|-)/:__PATH(.+)",
"destination": "/api/image"
},
{
"source": "/:__PREFIX(ajax|rpc|.+\\.php)/:__PATH*",
"destination": "/api/http"
},
{
"source": "/api/illust/random",
"destination": "/api/random"
}
],
"headers": []
}