mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-02-19 07:00:49 +08:00
feat(ui): add API_TIMEOUT_MS setting to configuration UI
- Add API_TIMEOUT_MS input field to SettingsDialog - Add translations for the new setting in both English and Chinese locales - Update ConfigProvider to handle API_TIMEOUT_MS configuration
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
"claude_path": "Claude 路径",
|
||||
"host": "主机",
|
||||
"port": "端口",
|
||||
"apikey": "API 密钥"
|
||||
"apikey": "API 密钥",
|
||||
"timeout": "API 超时时间 (毫秒)"
|
||||
},
|
||||
"transformers": {
|
||||
"title": "自定义转换器",
|
||||
|
||||
Reference in New Issue
Block a user