From 9af6f77a8317b5d9e8589529852566a0ebb84b22 Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Mon, 21 Dec 2020 22:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E9=87=8F=E6=8F=90=E9=86=92=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/resource-parser.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index 8cd02e2..ec8a9c3 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -1,5 +1,5 @@ /** -☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2020-12-19 10:59⟧ +☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2020-12-21 20:29⟧ ---------------------------------------------------------- 🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_KOP_bot ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API @@ -274,6 +274,9 @@ function SubFlow() { ntf_flow = 1; $notify("流量信息: ⟦" + subtag + "⟧", epr, message, subinfo_link) } +// } else if (Pinfo ==1){ +// $notify("流量信息: ⟦" + subtag + "⟧", "", "⚠️ 该订阅链接未返回任何流量信息", subinfo_link) +// } } //flowcheck-fake-server @@ -288,6 +291,8 @@ function flowcheck(cnt) { exptime = nm } } + flow = flow? flow:"⚠️ 该订阅未返回任何流量信息" + exptime = exptime? exptime:"⚠️ 该订阅未返回套餐时间信息" if (flow != "") { $notify("流量信息: ⟦" + subtag + "⟧", flow, exptime, subinfo_link1) } }