From e2dfb99aeceb80402bd6df6ddc997fe33aa1d930 Mon Sep 17 00:00:00 2001 From: cmliu Date: Sun, 13 Apr 2025 05:01:51 +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=E5=89=8D=E7=BC=80=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E4=BB=A3=E7=90=86IP=E6=AD=A3=E7=A1=AE=E4=BC=A0=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 明文源码.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/明文源码.js b/明文源码.js index 71ebdd9..2d52e10 100644 --- a/明文源码.js +++ b/明文源码.js @@ -138,7 +138,7 @@ export default { if (url.searchParams.has('notls')) noTLS = 'true'; if (url.searchParams.has('proxyip')) { - path = `/?proxyip=${url.searchParams.get('proxyip')}`; + path = `/proxyip=${url.searchParams.get('proxyip')}`; RproxyIP = 'false'; } else if (url.searchParams.has('socks5')) { path = `/?socks5=${url.searchParams.get('socks5')}`; @@ -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'))) { 最终路径 = `/${伪装域名}${最终路径}`;