mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 13:05:10 +00:00
minor bug fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-05-22 08:20⟧
|
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-05-22 16:20⟧
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_Parser_Bot
|
🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_Parser_Bot
|
||||||
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
||||||
@@ -531,7 +531,7 @@ function Type_Check(subs) {
|
|||||||
}
|
}
|
||||||
// 用于通知判断类型,debug
|
// 用于通知判断类型,debug
|
||||||
if(typeU == "X"){
|
if(typeU == "X"){
|
||||||
$notify("该链接判定类型",type,content0)
|
$notify("该链接判定类型",type+" : " +typec, content0)
|
||||||
}
|
}
|
||||||
//$notify(type)
|
//$notify(type)
|
||||||
return type
|
return type
|
||||||
@@ -2502,18 +2502,18 @@ function Clash2QX(cnt) {
|
|||||||
for (i=0; i<nl; i++){
|
for (i=0; i<nl; i++){
|
||||||
try{
|
try{
|
||||||
node=bb[i]
|
node=bb[i]
|
||||||
typec = node.type
|
typecc = node.type
|
||||||
if (typec == "ss") {
|
if (typecc == "ss") {
|
||||||
node = CSS2QX(node)
|
node = CSS2QX(node)
|
||||||
} else if (typec == "ssr"){
|
} else if (typecc == "ssr"){
|
||||||
node = CSSR2QX(node)
|
node = CSSR2QX(node)
|
||||||
} else if (typec == "vmess"){
|
} else if (typecc == "vmess"){
|
||||||
node = CV2QX(node)
|
node = CV2QX(node)
|
||||||
} else if (typec == "trojan"){
|
} else if (typecc == "trojan"){
|
||||||
node = CT2QX(node)
|
node = CT2QX(node)
|
||||||
} else if (typec == "http"){
|
} else if (typecc == "http"){
|
||||||
node = CH2QX(node)
|
node = CH2QX(node)
|
||||||
} else if (typec == "socks5"){
|
} else if (typecc == "socks5"){
|
||||||
node = CS52QX(node)
|
node = CS52QX(node)
|
||||||
}
|
}
|
||||||
node = Pudp0 != 0 ? XUDP(node,Pudp0) : node
|
node = Pudp0 != 0 ? XUDP(node,Pudp0) : node
|
||||||
|
|||||||
Reference in New Issue
Block a user