From cdfc10c6e71b95cff64c7fbbbdcd4b602329bdd8 Mon Sep 17 00:00:00 2001 From: go0p Date: Fri, 7 Mar 2025 17:21:32 +0800 Subject: [PATCH] del 127 --- src/pages/OptionsPage/components/ProxySettings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/OptionsPage/components/ProxySettings/index.tsx b/src/pages/OptionsPage/components/ProxySettings/index.tsx index f1aa480..888fe39 100644 --- a/src/pages/OptionsPage/components/ProxySettings/index.tsx +++ b/src/pages/OptionsPage/components/ProxySettings/index.tsx @@ -107,7 +107,7 @@ export const ProxySettings: React.FC = ({ // 处理固定代理服务器模式 const bypassList = values.bypassList ? values.bypassList.split('\n').map(line => line.trim()).filter(line => line.length > 0) - : ["localhost", "127.0.0.1"]; + : [""]; updatedConfig = { id: editingConfig.id,