Update SrcAuto.js

assistant
jevons0411 2 years ago
parent ea98f000c4
commit ba80df55f2
  1. 2
      SrcAuto.js

@ -57,7 +57,7 @@ if(SAconfig.iscustom==1){
var sortfile = "hiker://files/rules/Src/Auto/SrcSort.json";
if (!fileExist(sortfile)&&fileExist('hiker://files/cache/SrcSort.js')) {
eval("let oldsort=" + sortfile+ ";");
eval("let oldsort=" + fetch(sortfile));
writeFile(sortfile, JSON.stringify(oldsort));
}
var sortlist = []; //排序降权临时存放数组

Loading…
Cancel
Save