From 4deadf85ed1eabe7daf9110f473fbd5a3f96b1d7 Mon Sep 17 00:00:00 2001 From: cmliu Date: Wed, 7 May 2025 15:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20go2Socks5s=20=E6=95=B0?= =?UTF-8?q?=E7=BB=84=E7=9A=84=E8=B5=8B=E5=80=BC=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 明文源码.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/明文源码.js b/明文源码.js index a6d8032..7d56acd 100644 --- a/明文源码.js +++ b/明文源码.js @@ -218,7 +218,7 @@ export default { if (base64Regex.test(userPassword) && !userPassword.includes(':')) userPassword = atob(userPassword); socks5Address = `${userPassword}@${socks5Address.split('@')[1]}`; } - go2Socks5s = ['all in']; + go2Socks5s = ['all in']; } if (socks5Address) {