更新 'SrcJyAliDisk.js'

master
src48597962 1 year ago
parent 18ffa22fec
commit abe6a794c4
  1. 14
      SrcJyAliDisk.js

@ -398,7 +398,7 @@ function aliMyDisk(folder_id,nofilter) {
refreshPage(false); refreshPage(false);
return "hiker://empty"; return "hiker://empty";
}), }),
col_type: 'icon_2' col_type: 'icon_small_3'
}) })
d.push({ d.push({
title: getMyVar("selectDisk","1")=="2"?"““””<b>资源库</b>":"资源库", title: getMyVar("selectDisk","1")=="2"?"““””<b>资源库</b>":"资源库",
@ -408,7 +408,17 @@ function aliMyDisk(folder_id,nofilter) {
refreshPage(false); refreshPage(false);
return "hiker://empty"; return "hiker://empty";
}), }),
col_type: 'icon_2' col_type: 'icon_small_3'
})
d.push({
title: getMyVar("selectDisk","1")=="3"?"““””<b>盘搜索</b>":"盘搜索",
img: "https://hikerfans.com/tubiao/grey/126.png",
url: $('#noLoading#').lazyRule(() => {
putMyVar("selectDisk","3");
refreshPage(false);
return "hiker://empty";
}),
col_type: 'icon_small_3'
}) })
} }
try{ try{

Loading…
Cancel
Save