更新 'SrcJyAlist.js'

master
src48597962 2 years ago
parent 60b962a18d
commit 1ba1b32373
  1. 2
      SrcJyAlist.js

@ -44,7 +44,7 @@ function getlist(data,isdir) {
return isdir ? item.is_dir : fileFilter?contain.test(item.name):item.is_dir==0;
})
list = list.sort((a,b)=>{
return b.name - a.name;
return b.name.replace(/[^\d]/g, " ") - a.name.replace(/[^\d]/g, " ");
let oDate1 = new Date(a.modified);
let oDate2 = new Date(b.modified);
if(a.modified!=b.modified){

Loading…
Cancel
Save