From 7763abf6c2a103eea7cbfa81394905b14056769f Mon Sep 17 00:00:00 2001 From: Tunglies Date: Mon, 2 Jun 2025 21:39:01 +0800 Subject: [PATCH] Revert TCP concurrency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "Added controller translation for TCP concurrency" This reverts commit c9589fc75d877d52e4dda08c7df36bf141cd1075. Revert "add:tcp concurrency" This reverts commit 6440f856a27e2063a6c43f493e02ff1ceca96c18. --- UPDATELOG.md | 1 - src/components/setting/setting-clash.tsx | 22 ---------------------- src/locales/en.json | 6 ++---- src/locales/zh.json | 6 ++---- src/services/types.d.ts | 1 - 5 files changed, 4 insertions(+), 32 deletions(-) diff --git a/UPDATELOG.md b/UPDATELOG.md index ae870e7c0..d1dd590d3 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -55,7 +55,6 @@ - 更精细化控制自动日志清理,新增1天选项 - Winodws 快捷键名称改为 `Clash Verge` - 配置加载阶段自动补全 external-controller secret 字段。 - - 添加 TCP Concurrency (TCP并发) #### 🚀 优化改进 - 系统代理 Bypass 设置 diff --git a/src/components/setting/setting-clash.tsx b/src/components/setting/setting-clash.tsx index 1e8c53059..0fd7524f5 100644 --- a/src/components/setting/setting-clash.tsx +++ b/src/components/setting/setting-clash.tsx @@ -39,7 +39,6 @@ const SettingClash = ({ onError }: Props) => { const { ipv6, - "tcp-concurrent": tcp, "allow-lan": allowLan, "log-level": logLevel, "unified-delay": unifiedDelay, @@ -181,27 +180,6 @@ const SettingClash = ({ onError }: Props) => { - - } - > - onChangeData({ "tcp-concurrent": e })} - onGuard={(e) => patchClash({ "tcp-concurrent": e })} - > - - - -