更新 'SrcJuying.js'

pull/1/head
src48597962 2 years ago
parent c426f362f5
commit bb7a82f035
  1. 2
      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);
}
})

Loading…
Cancel
Save