From 4a64d0c127fc944a842e4a68ac9f976945a55e62 Mon Sep 17 00:00:00 2001 From: cmliu Date: Wed, 2 Apr 2025 03:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=B7=AF=E5=BE=84=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=80=BB=E8=BE=91=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=20ed=3D2560=20=E5=8F=82=E6=95=B0=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9DProxyIP=20=E6=AD=A3=E7=A1=AE=E4=BC=A0?= =?UTF-8?q?=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 明文源码.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/明文源码.js b/明文源码.js index 873789f..71ebdd9 100644 --- a/明文源码.js +++ b/明文源码.js @@ -138,13 +138,13 @@ export default { if (url.searchParams.has('notls')) noTLS = 'true'; if (url.searchParams.has('proxyip')) { - path = `/?ed=2560&proxyip=${url.searchParams.get('proxyip')}`; + path = `/?proxyip=${url.searchParams.get('proxyip')}`; RproxyIP = 'false'; } else if (url.searchParams.has('socks5')) { - path = `/?ed=2560&socks5=${url.searchParams.get('socks5')}`; + path = `/?socks5=${url.searchParams.get('socks5')}`; RproxyIP = 'false'; } else if (url.searchParams.has('socks')) { - path = `/?ed=2560&socks5=${url.searchParams.get('socks')}`; + path = `/?socks5=${url.searchParams.get('socks')}`; RproxyIP = 'false'; } @@ -1836,7 +1836,7 @@ function 生成本地订阅(host, UUID, noTLS, newAddressesapi, newAddressescsv, let 最终路径 = path; let 节点备注 = ''; const matchingProxyIP = proxyIPPool.find(proxyIP => proxyIP.includes(address)); - if (matchingProxyIP) 最终路径 += `&proxyip=${matchingProxyIP}`; + if (matchingProxyIP) 最终路径 = `/?proxyip=${matchingProxyIP}`; if (proxyhosts.length > 0 && (伪装域名.includes('.workers.dev'))) { 最终路径 = `/${伪装域名}${最终路径}`;