diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index 887dc0a..90f5b1d 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -1,5 +1,5 @@ /** -☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-04-11 11:35⟧ +☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-04-12 13:35⟧ ---------------------------------------------------------- 🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API @@ -1430,6 +1430,7 @@ function rule_list_handle(cnt) { } else if (cnt.indexOf("payload:") == -1) { //host - suffix, not clash rule list //$notify("xxx","xxxx",cnt) //cnt=cnt.replace(/'|"/g,"").trim()//replace(/'|"|\+\.|\*\.|\*\.\*/g,"") 2023-04-10 + if (!/^('|")/.test(cnt)) { // not clash-provider if (!/\*|\+/.test(cnt[0])) { cnt = cnt[0] == "." ? cnt.replace(".", "") : cnt