(total, typen, paraname,regpara)
| 457 | |
| 458 | // regex 后的检查 |
| 459 | function RegCheck(total, typen, paraname,regpara) { |
| 460 | if(total.length == 0){ |
| 461 | $notify("‼️ " + typen + " ➟ " + "⟦" + subtag + "⟧", "⛔️ 筛选正则: " + paraname + "=" + regpara, "⚠️ 筛选后剩余项为 0️⃣ , 请检查正则参数及原始链接", nan_link) |
| 462 | }else if((typen != "节点订阅" && Pntf0 !=0) || (typen == "节点订阅" && Pntf0 ==1)){ |
| 463 | var nolist = total.length <= 10 ? emojino[total.length] : total.length |
| 464 | $notify("🤖 " + typen + " ➟ " + "⟦" + subtag + "⟧", "⛔️ 筛选正则: " + paraname + "=" + regpara, "⚠️ 筛选后剩余以下" + nolist + "个匹配项 \n ⨷ " + total.join("\n ⨷ "), sub_link) |
| 465 | } |
| 466 | } |
| 467 | //判断订阅类型 |
| 468 | function Type_Check(subs) { |
| 469 | var type = "unknown" |
no test coverage detected
searching dependent graphs…