Update resource-parser.js

This commit is contained in:
Shawn
2022-12-09 14:46:27 +08:00
parent e38548a77e
commit ad4b2248ee

View File

@@ -1,5 +1,5 @@
/** /**
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-12-09 09:30⟧ ☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2022-12-09 14:30⟧
---------------------------------------------------------- ----------------------------------------------------------
🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot 🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
@@ -2788,6 +2788,7 @@ function CSSR2QX(cnt) {
tfo = cnt.tfo ? "fast-open=true" : "fast-open=false" tfo = cnt.tfo ? "fast-open=true" : "fast-open=false"
prot = "ssr-protocol=" + cnt.protocol prot = "ssr-protocol=" + cnt.protocol
ohost="" ohost=""
ppara=""
if(cnt["protocolparam"]) { if(cnt["protocolparam"]) {
cnt["protocol-param"] = cnt["protocolparam"] cnt["protocol-param"] = cnt["protocolparam"]
} }