update 团
This commit is contained in:
@@ -1020,6 +1020,11 @@ async function joinLeaderTuan() {
|
||||
if (!tuanId) continue
|
||||
await JoinTuan(tuanId);
|
||||
}
|
||||
if (!$.tuanIdS) await updateTuanIdsCDN('https://gitee.com/shylocks/updateTeam/raw/main/jd_updateFactoryTuanId.json');
|
||||
for (let tuanId of $.tuanIdS.tuanIds) {
|
||||
if (!tuanId) continue
|
||||
await JoinTuan(tuanId);
|
||||
}
|
||||
}
|
||||
function JoinTuan(tuanId) {
|
||||
return new Promise((resolve) => {
|
||||
|
Reference in New Issue
Block a user