mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 21:25:09 +00:00
bug fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2020-11-12 12:29⟧
|
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2020-11-12 16:29⟧
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_KOP_bot
|
🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_KOP_bot
|
||||||
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
||||||
@@ -786,7 +786,7 @@ function Subs2QX(subs, Pudp, Ptfo, Pcert, Ptls13) {
|
|||||||
node[j] = Ptfo != 0 ? XTFO(node[j],Ptfo) : node[j]
|
node[j] = Ptfo != 0 ? XTFO(node[j],Ptfo) : node[j]
|
||||||
QXlist.push(node[j])
|
QXlist.push(node[j])
|
||||||
}
|
}
|
||||||
} else if (node != "") {
|
} else if (node != "" && node) {
|
||||||
node = Pudp != 0 ? XUDP(node,Pudp) : node
|
node = Pudp != 0 ? XUDP(node,Pudp) : node
|
||||||
node = Ptfo != 0 ? XTFO(node,Ptfo) : node
|
node = Ptfo != 0 ? XTFO(node,Ptfo) : node
|
||||||
QXlist.push(node)
|
QXlist.push(node)
|
||||||
|
|||||||
Reference in New Issue
Block a user