feat: 仪表盘布局重排,新增题图上传能力

This commit is contained in:
simonkoson
2026-05-25 09:47:21 +08:00
parent a6e8cc25ec
commit d774370a4b
5 changed files with 688 additions and 262 deletions
+4
View File
@@ -10,6 +10,10 @@ export default defineConfig({
target: 'http://localhost:8000',
changeOrigin: true,
},
'/static': {
target: 'http://localhost:8000',
changeOrigin: true,
},
},
},
})