AI助手和Nova助手

This commit is contained in:
xuxin
2026-05-06 15:07:44 +08:00
parent 1c91818494
commit f341408254
38 changed files with 4759 additions and 657 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export default defineConfig({
changeOrigin: true,
},
'/ai-api': {
target: 'http://192.168.31.135:8000',
target: 'http://192.168.31.133:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/ai-api/, ''),
},