更新 'SrcJySet.js'

master
src48597962 9 months ago
parent 7dcaa1dec3
commit 6053d727ff
  1. 6
      SrcJySet.js

@ -67,7 +67,7 @@ function SRCSet() {
});
d.push({
title: '操作',
url: $(["查看列表","批量选择","清空所有"],2,"选择操作功能项").select(()=>{
url: $(["查看列表","批量选择","清空所有"],2,"选择操作功能项").select((filepath,guanliType)=>{
clearMyVar('groupmenu');
if(input=="批量多选"){
putMyVar('查看列表','looklist');
@ -105,9 +105,9 @@ function SRCSet() {
writeFile(filepath, JSON.stringify(datalist));
refreshPage(false);
return 'toast://已全部清空';
}, getFile(guanliType), guanliType)
}, filepath, guanliType)
}
}),
},getFile(guanliType),guanliType),
img: "https://hikerfans.com/tubiao/more/290.png",
col_type: "icon_small_4"
});

Loading…
Cancel
Save