mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 10:21:16 +08:00
feat(claude): add "Disable Auto-Upgrade" checkbox to provider config editor
Add a toggle for DISABLE_AUTOUPDATER env var in CommonConfigEditor, following the same pattern as the existing Teammates mode toggle.
This commit is contained in:
@@ -65,7 +65,8 @@
|
||||
"hideAttribution": "Hide AI Attribution",
|
||||
"enableTeammates": "Teammates Mode",
|
||||
"enableToolSearch": "Enable Tool Search",
|
||||
"effortHigh": "High Effort Thinking"
|
||||
"effortHigh": "High Effort Thinking",
|
||||
"disableAutoUpgrade": "Disable Auto-Upgrade"
|
||||
},
|
||||
"header": {
|
||||
"viewOnGithub": "View on GitHub",
|
||||
|
||||
@@ -65,7 +65,8 @@
|
||||
"hideAttribution": "AI署名を非表示",
|
||||
"enableTeammates": "Teammates モード",
|
||||
"enableToolSearch": "Tool Search を有効化",
|
||||
"effortHigh": "高強度思考"
|
||||
"effortHigh": "高強度思考",
|
||||
"disableAutoUpgrade": "自動アップグレードを無効化"
|
||||
},
|
||||
"header": {
|
||||
"viewOnGithub": "GitHub で見る",
|
||||
|
||||
@@ -65,7 +65,8 @@
|
||||
"hideAttribution": "隐藏 AI 署名",
|
||||
"enableTeammates": "Teammates 模式",
|
||||
"enableToolSearch": "启用 Tool Search",
|
||||
"effortHigh": "高强度思考"
|
||||
"effortHigh": "高强度思考",
|
||||
"disableAutoUpgrade": "禁用自动升级"
|
||||
},
|
||||
"header": {
|
||||
"viewOnGithub": "在 GitHub 上查看",
|
||||
|
||||
Reference in New Issue
Block a user