更新 'SrcJuSet.js'

Ju
src48597962 2 years ago
parent f926cc3adc
commit ea91133bb5
  1. 13
      SrcJuSet.js

@ -175,11 +175,7 @@ function SRCSet() {
},it), },it),
col_type: 'scroll_button' col_type: 'scroll_button'
} }
/*{
if(it != "全部"){
obj.extra = {};
obj["extra"].longClick = [
/*{
title: (getItem(it+'stoptype')=="1"?"启用":"停用")+it, title: (getItem(it+'stoptype')=="1"?"启用":"停用")+it,
js: $.toString((it) => { js: $.toString((it) => {
if(getItem(it+'stoptype')=="1"){ if(getItem(it+'stoptype')=="1"){
@ -191,7 +187,9 @@ function SRCSet() {
return "hiker://empty"; return "hiker://empty";
},it) },it)
}*/ }*/
{ if(it != "全部"){
obj.extra = {};
obj["extra"].longClick = [{
title: '批量选择', title: '批量选择',
js: $.toString((jkdatalist) => { js: $.toString((jkdatalist) => {
let duoselect = storage0.getMyVar('duoselect')?storage0.getMyVar('duoselect'):[]; let duoselect = storage0.getMyVar('duoselect')?storage0.getMyVar('duoselect'):[];
@ -205,8 +203,7 @@ function SRCSet() {
storage0.putMyVar('duoselect',duoselect); storage0.putMyVar('duoselect',duoselect);
return "hiker://empty"; return "hiker://empty";
},jkdatalist) },jkdatalist)
} }]
]
} }
d.push(obj); d.push(obj);

Loading…
Cancel
Save