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:
BigUncle
2025-07-30 23:15:57 +08:00
parent aea48239f9
commit 754125e3a3
5 changed files with 12 additions and 2 deletions

View File

@@ -30,7 +30,8 @@
"claude_path": "Claude Path",
"host": "Host",
"port": "Port",
"apikey": "API Key"
"apikey": "API Key",
"timeout": "API Timeout (ms)"
},
"transformers": {
"title": "Custom Transformers",