This commit is contained in:
wisz2021
2021-06-02 18:00:53 +08:00
parent 8e34e0bdde
commit 4ed7d7f6f3

View File

@ -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/') || [];
}