删除配置提示词按钮,修改在editAccount中直接修改提示词和开场白

This commit is contained in:
Cold
2026-01-05 10:55:26 +08:00
parent d718129699
commit 6209c9a61e
5 changed files with 7 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
// },
proxy: {
'/api': {
target: 'http://192.168.3.200:8808',
target: 'http://localhost:8808',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '/api'),
},