From c81d717b73c6b405ff9e621c783fdfdd19beca57 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 7 Mar 2023 22:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyAlist.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyAlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyAlist.js b/SrcJyAlist.js index 55bd8cac..0bacf3be 100644 --- a/SrcJyAlist.js +++ b/SrcJyAlist.js @@ -363,7 +363,7 @@ function alistUrl(alistapi,path,sign,subtitle,provider) { const dd = new Date().getDate() < 10 ? '0' + new Date().getDate() : new Date().getDate() const HH = new Date().getHours() < 10 ? '0' + new Date().getHours() : new Date().getHours() const mm = new Date().getMinutes() < 10 ? '0' + new Date().getMinutes() : new Date().getMinutes() - return yy + '' + MM + '' + dd + '' + HH + '' + mm + '' + ss + return yy + '' + dd + '' + HH + '' + MM + '' + mm } try{ let redirect = JSON.parse(request(url,{onlyHeaders:true,redirect:false,timeout:3000}));