style: 仪表板组件样式优化

This commit is contained in:
shaw
2025-09-27 23:07:39 +08:00
parent ea28222c71
commit e675c5878e
3 changed files with 4 additions and 2 deletions

View File

@@ -447,6 +447,8 @@ env_key = "CRS_OAI_KEY"
export CRS_OAI_KEY="后台创建的API密钥"
```
> ⚠️ 在通过 Nginx 反向代理 CRS 服务并使用 Codex CLI 时,需要在 http 块中添加 underscores_in_headers on;。因为 Nginx 默认会移除带下划线的请求头(如 session_id一旦该头被丢弃多账号环境下的粘性会话功能将失效。
### 5. 第三方工具API接入
本服务支持多种API端点格式方便接入不同的第三方工具如Cherry Studio等