From ec61a0fce11a67a571e251ab479d079d2a7304e7 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 18 Nov 2023 20:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index 466a2213..4cb103ff 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -844,7 +844,7 @@ function sousuo2(d, disk) { var nowtime = Date.now(); var oldtime = JYresou.updatetime||0; - if(nowtime > (oldtime+24*60*60*1000)){ + if(list.length==0 || nowtime > (oldtime+24*60*60*1000)){ try{ let html = request("https://ranks.hao.360.com/video-api/v1/rank?cat="+fenleiid[ids]+"&size=30"); list = JSON.parse(html).data;