mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 21:25:09 +00:00
Update resource-parser.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-07-11 16:35⟧
|
||||
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-07-11 16:50⟧
|
||||
----------------------------------------------------------
|
||||
🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot
|
||||
⛳️ 关注 🆃🅶 相关频道: 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 (Pcsha256 != "" || Ppsha256 != "") {
|
||||
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)
|
||||
if (node instanceof Array) {
|
||||
for (var j in node) {
|
||||
|
||||
Reference in New Issue
Block a user