From 8ca1279840bcab9707db19c3e1979582d3227205 Mon Sep 17 00:00:00 2001 From: Kop-Shawn Date: Fri, 22 May 2020 13:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=E6=97=A0=E6=95=88?= =?UTF-8?q?=E8=AE=A2=E9=98=85=E9=93=BE=E6=8E=A5=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/resource-parser.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index 85f2adf..e2968e7 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -136,7 +136,10 @@ if(flag==3){ if(Psort0==1 || Psort0==-1){ total=QXSort(total,Psort0); } - total=TagCheck_QX(total) + total=TagCheck_QX(total); + if(total.length==0){ + $notify("‼️无有效节点","⁉️请自行检查原始链接以及过滤参数",para) + }; $done({content : total.join("\n")}); }else { $done({content : content0});