From bb7a82f0350895263493c392df1bcde6a7fd0b83 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 21 Nov 2022 20:33:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index 8116edf8..a011e45c 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -67,7 +67,7 @@ function jiekouyiji() { let grouplist = []; datalist.forEach(item=>{ let groupname = item.group||item.type; - if(grouplist.indexOf(groupname)==-1){ + if(/app|v1|v2|iptv|cms/.test(item.type)&&grouplist.indexOf(groupname)==-1){ grouplist.push(groupname); } })