diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index a976cf0..78c3a1f 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -1,5 +1,5 @@ /** -☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2020-12-26 18:49⟧ +☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2020-12-27 13:49⟧ ---------------------------------------------------------- 🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_KOP_bot ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API @@ -491,6 +491,7 @@ function SCP2QX(subs) { type = subs[i].replace(/\s+/g," ").split(" ")[0] js = subs[i].split("script-path")[1].split("=")[1].split(",")[0] ptn = subs[i].replace(/\s+/g," ").split(" ")[1] + subsi = subs[i].replace(/ /g,"").replace(/\=true/g,"=1") if (type == "http-response" && subsi.indexOf("requires-body=1") != -1) { type = "script-response-body " } else if (type == "http-response" && subsi.indexOf("requires-body=1") == -1) { @@ -2395,4 +2396,4 @@ function OR(...args) { function NOT(array) { return array.map(c => !c); -} \ No newline at end of file +}