mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
update 团
This commit is contained in:
parent
38e87d5bca
commit
45d4ca4e52
@ -1020,6 +1020,11 @@ async function joinLeaderTuan() {
|
|||||||
if (!tuanId) continue
|
if (!tuanId) continue
|
||||||
await JoinTuan(tuanId);
|
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) {
|
function JoinTuan(tuanId) {
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user