diff --git a/src/hooks/useProxyStatus.ts b/src/hooks/useProxyStatus.ts index d2faa2a8f..e2cf3c367 100644 --- a/src/hooks/useProxyStatus.ts +++ b/src/hooks/useProxyStatus.ts @@ -108,9 +108,11 @@ export function useProxyStatus() { toast.success( variables.enabled ? t("proxy.takeover.enabled", { + app: appLabel, defaultValue: `已接管 ${appLabel} 配置(请求将走本地代理)`, }) : t("proxy.takeover.disabled", { + app: appLabel, defaultValue: `已恢复 ${appLabel} 配置`, }), { closeButton: true },