This commit is contained in:
lxk0301
2021-04-07 11:36:14 +08:00
parent e8b64b81d7
commit 068f92872e
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ let nowTimes = new Date(new Date().getTime() + new Date().getTimezoneOffset() *
!(async () => {
$.tuanList = []
await requireConfig();
if (helpAuthor) await getAuthorShareCode('https://gitee.com/shylocks/updateTeam/raw/main/jd_zz.json');
// if (helpAuthor) await getAuthorShareCode('https://gitee.com/shylocks/updateTeam/raw/main/jd_zz.json');
if (helpAuthor) await getAuthorShareCode('https://cdn.jsdelivr.net/gh/gitupdate/updateTeam@master/shareCodes/jd_zz.json');
if (!cookiesArr[0]) {
$.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', {"open-url": "https://bean.m.jd.com/bean/signIndex.action"});

File diff suppressed because one or more lines are too long