更新 'SrcJyXunmi.js'

pull/1/head
src48597962 2 years ago
parent 6c2990fe80
commit 1f001666ee
  1. 8
      SrcJyXunmi.js

@ -1211,7 +1211,7 @@ function xunmierji(type,ua) {
} }
lists.push(si); lists.push(si);
}; };
}else if (/cms|xpath|biubiu/.test(type)) { }else if (/cms|xpath|biubiu|web/.test(type)) {
let single = conts[i]||""; let single = conts[i]||"";
if(single){ if(single){
let lines = single.split('#'); let lines = single.split('#');
@ -1227,12 +1227,6 @@ function xunmierji(type,ua) {
} }
lists.push(lines) lists.push(lines)
}; };
}else if (type=='web') {
let single = conts[i]||"";
if(single){
let lines = single.split('#');
lists.push(lines)
};
} }
} }

Loading…
Cancel
Save