|
|
|
@ -391,7 +391,7 @@ function aliMyDisk(folder_id,nofilter) { |
|
|
|
|
let mydisk = myDiskMenu(1) || []; |
|
|
|
|
d = d.concat(mydisk); |
|
|
|
|
d.push({ |
|
|
|
|
title: getMyVar("selectDisk","1")=="1"?"‘‘’’<b>备份盘</b>":"备份盘", |
|
|
|
|
title: getMyVar("selectDisk","1")=="1"?"““””<b>备份盘</b>":"备份盘", |
|
|
|
|
img: "https://hikerfans.com/tubiao/grey/167.png", |
|
|
|
|
url: $('#noLoading#').lazyRule(() => { |
|
|
|
|
putMyVar("selectDisk","1"); |
|
|
|
@ -412,7 +412,7 @@ function aliMyDisk(folder_id,nofilter) { |
|
|
|
|
}) |
|
|
|
|
d.push({ |
|
|
|
|
title: getMyVar("selectDisk","1")=="3"?"““””<b>盘搜索</b>":"盘搜索", |
|
|
|
|
img: "https://hikerfans.com/tubiao/grey/126.png", |
|
|
|
|
img: "https://hikerfans.com/tubiao/grey/218.png", |
|
|
|
|
url: $('#noLoading#').lazyRule(() => { |
|
|
|
|
putMyVar("selectDisk","3"); |
|
|
|
|
refreshPage(false); |
|
|
|
@ -421,6 +421,9 @@ function aliMyDisk(folder_id,nofilter) { |
|
|
|
|
col_type: 'icon_3_fill' |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
if(getMyVar("selectDisk","1")=="3"){ |
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
|
try{ |
|
|
|
|
let drive_id = getMyVar("selectDisk","1")=="1"?userinfo.default_drive_id:userinfo2.resource_drive_id; |
|
|
|
|
let postdata = {"drive_id":drive_id,"parent_file_id":folder_id,"limit":200,"all":false,"url_expire_sec":14400,"image_thumbnail_process":"image/resize,w_256/format,avif","image_url_process":"image/resize,w_1920/format,avif","video_thumbnail_process":"video/snapshot,t_1000,f_jpg,ar_auto,w_256","fields":"*","order_by":"updated_at","order_direction":"DESC"}; |
|
|
|
@ -522,6 +525,7 @@ function aliMyDisk(folder_id,nofilter) { |
|
|
|
|
log(e.message); |
|
|
|
|
toast('有异常查看日志,可刷新确认下'); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}else{ |
|
|
|
|
let mydisk = myDiskMenu(0) || []; |
|
|
|
|
d = d.concat(mydisk); |
|
|
|
|