修复 go2Socks5s 数组的赋值格式

This commit is contained in:
cmliu
2025-05-07 15:44:50 +08:00
parent 7f8505cbbe
commit 4deadf85ed

View File

@@ -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) {