更新 'SrcJyAliDisk.js'

master
src48597962 10 months ago
parent 49650951fb
commit ac62ce3315
  1. 6
      SrcJyAliDisk.js

@ -667,11 +667,15 @@ function aliMyDisk(folder_id, isSearch, drive_id) {
url: $().lazyRule((fcopy,copydate) => { url: $().lazyRule((fcopy,copydate) => {
if(fcopy(copydate)){ if(fcopy(copydate)){
clearMyVar('copydate'); clearMyVar('copydate');
deleteItem('yundisksharecopy');
refreshPage(false); refreshPage(false);
return 'toast://转存成功'; return 'toast://转存成功';
} }
return 'toast://转存失败'; return 'toast://转存失败';
},fcopy,copydate) },fcopy,copydate),
extra: {
id: 'yundisksharecopy'
}
}) })
} }
dirlist.forEach((item) => { dirlist.forEach((item) => {

Loading…
Cancel
Save