minor bug fix

This commit is contained in:
Shawn
2022-05-23 16:30:58 +08:00
parent 4fe34f05e3
commit 4189b88a0c

View File

@@ -1,5 +1,5 @@
/**
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-05-22 08:20⟧
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-05-22 16:20⟧
----------------------------------------------------------
🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_Parser_Bot
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
@@ -531,7 +531,7 @@ function Type_Check(subs) {
}
// 用于通知判断类型debug
if(typeU == "X"){
$notify("该链接判定类型",type,content0)
$notify("该链接判定类型",type+" : " +typec, content0)
}
//$notify(type)
return type
@@ -2502,18 +2502,18 @@ function Clash2QX(cnt) {
for (i=0; i<nl; i++){
try{
node=bb[i]
typec = node.type
if (typec == "ss") {
typecc = node.type
if (typecc == "ss") {
node = CSS2QX(node)
} else if (typec == "ssr"){
} else if (typecc == "ssr"){
node = CSSR2QX(node)
} else if (typec == "vmess"){
} else if (typecc == "vmess"){
node = CV2QX(node)
} else if (typec == "trojan"){
} else if (typecc == "trojan"){
node = CT2QX(node)
} else if (typec == "http"){
} else if (typecc == "http"){
node = CH2QX(node)
} else if (typec == "socks5"){
} else if (typecc == "socks5"){
node = CS52QX(node)
}
node = Pudp0 != 0 ? XUDP(node,Pudp0) : node