feat: 新增海外站点流量限制和CORS配置优化

- 新增yxai.chat域名到CORS白名单
- 为海外站点yxai.chat添加大流量接口访问限制
- 修复Azure OpenAI图像生成服务默认尺寸设置
This commit is contained in:
chenchun
2025-08-14 15:14:30 +08:00
parent 9d4cc802e9
commit 2fd7f88f04
3 changed files with 14 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
//应用启动
"App": {
"SelfUrl": "http://*:19001",
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app;https://web.chatboxai.app;capacitor://localhost;http://codegeex"
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app;https://web.chatboxai.app;capacitor://localhost;http://codegeex;https://yxai.chat"
},
//配置
"Settings": {