|
|
|
@ -1034,6 +1034,31 @@ function SRCSet() { |
|
|
|
|
d.push({ |
|
|
|
|
col_type: "line" |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
if(getMyVar('guanlicz','0')!="0"){ |
|
|
|
|
d.push({ |
|
|
|
|
title: "🔍", |
|
|
|
|
url: $.toString((guanlidata,datalist) => { |
|
|
|
|
if(datalist.length>0){ |
|
|
|
|
deleteItemByCls('guanlidatalist'); |
|
|
|
|
var lists = datalist.filter(item => { |
|
|
|
|
if(item.url){ |
|
|
|
|
return item.name.includes(input) || item.url.includes(input); |
|
|
|
|
}else{ |
|
|
|
|
return item.name.includes(input) || item.parse.includes(input); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
let gldatalist = guanlidata(lists); |
|
|
|
|
addItemBefore('guanliloading', gldatalist); |
|
|
|
|
} |
|
|
|
|
return "hiker://empty"; |
|
|
|
|
},guanlidata,datalist), |
|
|
|
|
desc: "搜你想要的...", |
|
|
|
|
col_type: "input", |
|
|
|
|
extra: { |
|
|
|
|
titleVisible: true |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
if(getMyVar('guanlicz')=="4"){ |
|
|
|
|
d.push({ |
|
|
|
|
title: "批量删除", |
|
|
|
@ -1121,32 +1146,10 @@ function SRCSet() { |
|
|
|
|
col_type: "scroll_button" |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if(getMyVar('guanlicz','0')!="0"){ |
|
|
|
|
d.push({ |
|
|
|
|
title: "🔍", |
|
|
|
|
url: $.toString((guanlidata,datalist) => { |
|
|
|
|
if(datalist.length>0){ |
|
|
|
|
deleteItemByCls('guanlidatalist'); |
|
|
|
|
var lists = datalist.filter(item => { |
|
|
|
|
if(item.url){ |
|
|
|
|
return item.name.includes(input) || item.url.includes(input); |
|
|
|
|
}else{ |
|
|
|
|
return item.name.includes(input) || item.parse.includes(input); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
let gldatalist = guanlidata(lists); |
|
|
|
|
addItemBefore('guanliloading', gldatalist); |
|
|
|
|
} |
|
|
|
|
return "hiker://empty"; |
|
|
|
|
},guanlidata,datalist), |
|
|
|
|
desc: "搜你想要的...", |
|
|
|
|
col_type: "input", |
|
|
|
|
extra: { |
|
|
|
|
titleVisible: true |
|
|
|
|
} |
|
|
|
|
col_type: "line" |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
if(getMyVar('guanli', 'jk')=="jk"){ |
|
|
|
|
let grouplist = datalist.map((list)=>{ |
|
|
|
|
return list.group||list.type; |
|
|
|
|