增加对无效订阅链接的提示

This commit is contained in:
Kop-Shawn
2020-05-22 13:20:12 +08:00
parent 02d41ec0fe
commit 8ca1279840

View File

@@ -136,7 +136,10 @@ if(flag==3){
if(Psort0==1 || Psort0==-1){ if(Psort0==1 || Psort0==-1){
total=QXSort(total,Psort0); total=QXSort(total,Psort0);
} }
total=TagCheck_QX(total) total=TagCheck_QX(total);
if(total.length==0){
$notify("‼️无有效节点","⁉️请自行检查原始链接以及过滤参数",para)
};
$done({content : total.join("\n")}); $done({content : total.join("\n")});
}else { }else {
$done({content : content0}); $done({content : content0});