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 })} - > - - - -