Update resource-parser.js

This commit is contained in:
Shawn
2022-07-11 16:52:52 +08:00
parent a21e0af920
commit 08bb76d211

View File

@@ -1,5 +1,5 @@
/** /**
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-07-11 16:35⟧ ☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-07-11 16:50
---------------------------------------------------------- ----------------------------------------------------------
🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot 🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
@@ -1413,7 +1413,7 @@ function Subs2QX(subs, Pudp, Ptfo, Pcert0, PTls13) {
if (Phost != "") {node = HOST_Handle(node,Phost)} // host 参数修改 if (Phost != "") {node = HOST_Handle(node,Phost)} // host 参数修改
if (Pcsha256 != "" || Ppsha256 != "") { if (Pcsha256 != "" || Ppsha256 != "") {
node = SHA256_Handle(node,Pcsha256,Ppsha256)} // Sha256 参数 node = SHA256_Handle(node,Pcsha256,Ppsha256)} // Sha256 参数
if (Palpn !="") { ALPN_Handle(cnt,Palpn)} // alpn 参数 if (Palpn !="") { node = ALPN_Handle(node,Palpn)} // alpn 参数
node = TLS_Check(node) node = TLS_Check(node)
if (node instanceof Array) { if (node instanceof Array) {
for (var j in node) { for (var j in node) {