diff --git a/jd_zoo.js b/jd_zoo.js index 0e756b0c..d7a97992 100644 --- a/jd_zoo.js +++ b/jd_zoo.js @@ -91,7 +91,7 @@ if ($.isNode()) { let res = [], res2 = [], res3 = []; res3 = await getAuthorShareCode('https://raw.githubusercontent.com/gitupdate/updateTeam/master/shareCodes/jd_zoo.json'); if (!res3) await getAuthorShareCode('https://cdn.jsdelivr.net/gh/gitupdate/updateTeam@master/shareCodes/jd_zoo.json') - if (new Date().getHours()>= 17) { + if (new Date().getHours()>= 9) { res = await getAuthorShareCode() || []; res2 = await getAuthorShareCode('http://cdn.trueorfalse.top/e528ffae31d5407aac83b8c37a4c86bc/') || []; }