更新 'SrcJuying.js'

master
src48597962 3 months ago
parent 2bb440ba5c
commit a3ba5a5e67
  1. 8
      SrcJuying.js

@ -1469,6 +1469,14 @@ function yiji() {
putMyVar('startCheck', 1);
}
}
// 新搜索页
function newSearch() {
let d = [];
let sourceAllList = getDatas("jk", 1).filter(x=> !x.onlysearch);
let groupnames = getJiekouGroups(sourceAllList);
setResult(d);
}
// 版本检测
function Version() {

Loading…
Cancel
Save