account system、custom prompt

This commit is contained in:
icy
2025-10-31 03:42:01 +08:00
parent ec25de08d6
commit ac7c40632d
32 changed files with 3873 additions and 465 deletions

View File

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