mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 21:25:09 +00:00
增加对无效订阅链接的提示
This commit is contained in:
@@ -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});
|
||||||
|
|||||||
Reference in New Issue
Block a user