1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-13 23:11:18 +08:00
This commit is contained in:
ooo
2022-04-09 13:43:35 +08:00
parent 26572b400d
commit 750f333b2d
17 changed files with 4206 additions and 640 deletions

View File

@@ -110,9 +110,9 @@ if ($.isNode()) {
await pasture();
await $.wait(2000);
}
$.res = await getAuthorShareCode('https://raw.githubusercontent.com/Aaron-lv/updateTeam/master/shareCodes/jxmc.json')
$.res = await getAuthorShareCode('https://raw.githubusercontent.com/okyyds/duck/master/code/jxmc.json')
if (!$.res) {
$.http.get({url: 'https://purge.jsdelivr.net/gh/Aaron-lv/updateTeam@master/shareCodes/jxmc.json'}).then((resp) => {}).catch((e) => console.log('刷新CDN异常', e));
$.http.get({url: 'https://raw.githubusercontent.com/okyyds/duck/master/code/jxmc.json'}).then((resp) => {}).catch((e) => console.log('刷新CDN异常', e));
await $.wait(1000)
$.res = await getAuthorShareCode('https://cdn.jsdelivr.net/gh/Aaron-lv/updateTeam@master/shareCodes/jxmc.json')
}