更新 'SrcJyAliDisk.js'

master
src48597962 1 year ago
parent c48ebe49da
commit 806759d6d8
  1. 4
      SrcJyAliDisk.js

@ -609,10 +609,10 @@ function aliDiskSearch(input,data) {
} }
}) })
let getbf = batchFetch(bflist); let getbf = batchFetch(bflist);
getbf.forEach((bf, i) => { getbf.forEach((bf, j) => {
let it = JSON.parse(bf).file_infos || []; let it = JSON.parse(bf).file_infos || [];
if(it.length>0){ if(it.length>0){
datas.push(list[i]); datas.push(list[j]);
} }
}) })
} }

Loading…
Cancel
Save