feat: updates

This commit is contained in:
qier222 2023-01-24 16:29:33 +08:00
parent c6c59b2cd9
commit 7ce516877e
No known key found for this signature in database
63 changed files with 6591 additions and 1107 deletions

View file

@ -1,4 +1,9 @@
{
"buildCommand": "pnpm -F web build --debug",
"devCommand": "pnpm -F web dev",
"installCommand": "pnpm -F web install",
"outputDirectory": "packages/web/dist",
"framework": "vite",
"github": {
"silent": true
},
@ -6,6 +11,14 @@
{
"source": "/netease/:match*",
"destination": "https://your-netease-api.example.com/:match*"
},
{
"source": "/r3play/:match*",
"destination": "http://168.138.40.199:51324/r3play/:match*"
},
{
"source": "/(.*)",
"destination": "/"
}
]
}