|
|
|
@ -378,7 +378,7 @@ function aliMyDisk(folder_id,nofilter) { |
|
|
|
|
let mydisk = myDiskMenu(1) || []; |
|
|
|
|
d = d.concat(mydisk); |
|
|
|
|
d.push({ |
|
|
|
|
title: "备份盘", |
|
|
|
|
title: getMyVar("selectDisk","1")=="1"?"““””<b>备份盘</b>":"备份盘", |
|
|
|
|
img: "https://hikerfans.com/tubiao/grey/167.png", |
|
|
|
|
url: $('#noLoading#').lazyRule(() => { |
|
|
|
|
putMyVar("selectDisk","1"); |
|
|
|
@ -388,7 +388,7 @@ function aliMyDisk(folder_id,nofilter) { |
|
|
|
|
col_type: 'icon_2' |
|
|
|
|
}) |
|
|
|
|
d.push({ |
|
|
|
|
title: "资源库", |
|
|
|
|
title: getMyVar("selectDisk","1")=="2"?"““””<b>资源库</b>":"资源库", |
|
|
|
|
img: "https://hikerfans.com/tubiao/grey/126.png", |
|
|
|
|
url: $('#noLoading#').lazyRule(() => { |
|
|
|
|
putMyVar("selectDisk","2"); |
|
|
|
|