sync fork

This commit is contained in:
icy
2025-10-30 20:51:22 +08:00
parent 5d60350d4b
commit 82beac0920
20 changed files with 2337 additions and 1042 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
port: 3000,
proxy: {
'/api': {
target: 'http://localhost:8080',
target: 'http://localhost:8081',
changeOrigin: true,
},
},