From 1579804a89ed844dc0cfafd3cab1a745f46fc306 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 27 Mar 2023 12:59:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyAliDisk.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyAliDisk.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SrcJyAliDisk.js b/SrcJyAliDisk.js index 27832dd9..64233e13 100644 --- a/SrcJyAliDisk.js +++ b/SrcJyAliDisk.js @@ -277,6 +277,7 @@ function aliMyDisk(folder_id,nofilter) { }) filelist.sort(SortList); filelist.forEach((item) => { + log(item.name + ">" +item.type + ">" + (item.url||"")) if (item.category == "video" || nofilter) { let sub_file_url; if (sublist.length == 1) { @@ -318,7 +319,7 @@ function aliMyDisk(folder_id,nofilter) { }else{ return "download://" + file_url + ";{Referer@https://www.aliyundrive.com/}"; } - }, item.category, item.file_id, item.url, sub_file_url||""), + }, item.category, item.file_id, item.url||"", sub_file_url||""), desc: filesize < 1024 ? filesize.toFixed(2) + 'MB' : (filesize/1024).toFixed(2) + 'GB', col_type: 'avatar', extra: {