From 40ff6c66b1fddd1c99bf4f294e7ca170797f87d8 Mon Sep 17 00:00:00 2001 From: Shawn Wen <45581750+KOP-XIAO@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:28:58 +0800 Subject: [PATCH] Update resource-parser.js --- Scripts/resource-parser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index 9ec3538..93e9c56 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -1,5 +1,5 @@ /** -☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2026-01-12 10:07⟧ +☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2026-01-14 15:37⟧ ---------------------------------------------------------- 🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/ShawnKOP_Parser_Bot ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API @@ -627,7 +627,7 @@ function Type_Check(subs) { typec = "filter-list" type = (typeQ == "unsupported" || typeQ =="filter")? "Rule":"wrong-field"; content0 = content0.split("\n").map(rule_list_handle).join("\n") - } else if (subi.indexOf("sub://") == 0) { // sub:// 类型 + } else if (subi.indexOf("sub://") == 0 || subi.indexOf("subs://") == 0) { // sub:// 类型 typec = "sub-http" type = "sub-http" } else if (typeQ == "filter" && subs.indexOf("payload:")!=-1) { // clash-provider 类型?