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,