更新 'SrcJyAliDisk.js'

master
src48597962 1 year ago
parent abe6a794c4
commit 38887dbde8
  1. 8
      SrcJyAliDisk.js

@ -391,14 +391,14 @@ function aliMyDisk(folder_id,nofilter) {
let mydisk = myDiskMenu(1) || []; let mydisk = myDiskMenu(1) || [];
d = d.concat(mydisk); d = d.concat(mydisk);
d.push({ d.push({
title: getMyVar("selectDisk","1")=="1"?"““””<b>备份盘</b>":"备份盘", title: getMyVar("selectDisk","1")=="1"?"‘‘’’<b>备份盘</b>":"备份盘",
img: "https://hikerfans.com/tubiao/grey/167.png", img: "https://hikerfans.com/tubiao/grey/167.png",
url: $('#noLoading#').lazyRule(() => { url: $('#noLoading#').lazyRule(() => {
putMyVar("selectDisk","1"); putMyVar("selectDisk","1");
refreshPage(false); refreshPage(false);
return "hiker://empty"; return "hiker://empty";
}), }),
col_type: 'icon_small_3' col_type: 'icon_3_fill'
}) })
d.push({ d.push({
title: getMyVar("selectDisk","1")=="2"?"““””<b>资源库</b>":"资源库", title: getMyVar("selectDisk","1")=="2"?"““””<b>资源库</b>":"资源库",
@ -408,7 +408,7 @@ function aliMyDisk(folder_id,nofilter) {
refreshPage(false); refreshPage(false);
return "hiker://empty"; return "hiker://empty";
}), }),
col_type: 'icon_small_3' col_type: 'icon_3_fill'
}) })
d.push({ d.push({
title: getMyVar("selectDisk","1")=="3"?"““””<b>盘搜索</b>":"盘搜索", title: getMyVar("selectDisk","1")=="3"?"““””<b>盘搜索</b>":"盘搜索",
@ -418,7 +418,7 @@ function aliMyDisk(folder_id,nofilter) {
refreshPage(false); refreshPage(false);
return "hiker://empty"; return "hiker://empty";
}), }),
col_type: 'icon_small_3' col_type: 'icon_3_fill'
}) })
} }
try{ try{

Loading…
Cancel
Save