mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-30 02:14:43 +08:00
fix(claude-desktop): remove proxy-stopped status alert
The route toggle in the top-right corner already communicates proxy state; the extra warning banner was redundant and inconsistent with other managed apps.
This commit is contained in:
@@ -343,17 +343,6 @@ export function ProviderList({
|
||||
}),
|
||||
);
|
||||
}
|
||||
if (
|
||||
claudeDesktopStatus.mode === "proxy" &&
|
||||
!claudeDesktopStatus.proxyRunning
|
||||
) {
|
||||
messages.push(
|
||||
t("claudeDesktop.statusProxyStopped", {
|
||||
defaultValue:
|
||||
"当前供应商需要 CC Switch 本地路由,但本地路由未运行;开启右上角路由开关后再重启 Claude Desktop。",
|
||||
}),
|
||||
);
|
||||
}
|
||||
if (
|
||||
claudeDesktopStatus.mode === "proxy" &&
|
||||
!claudeDesktopStatus.gatewayTokenConfigured
|
||||
|
||||
Reference in New Issue
Block a user