feat: Add tag field to file models, and enhance file upload functionality with optional fields

This commit is contained in:
2025-11-22 19:46:42 +08:00
parent 1c23bf1d6e
commit 327fd72be0
7 changed files with 204 additions and 107 deletions

View File

@@ -8,8 +8,8 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://localhost:3000",
// target: "https://res.nyne.dev",
// target: "http://localhost:3000",
target: "https://nysoure.com",
changeOrigin: true,
},
"https://www.moyu.moe": {