mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
parent
727883a269
commit
8bf5070459
@ -42,8 +42,9 @@ let global_var = {
|
|||||||
LotteryOrder
|
LotteryOrder
|
||||||
.map(it => LotteryOrderMap.get(it))
|
.map(it => LotteryOrderMap.get(it))
|
||||||
.filter(it => typeof it === "string")
|
.filter(it => typeof it === "string")
|
||||||
.flatMap(lottery_option => config[lottery_option]
|
.map(lottery_option => config[lottery_option].map(it => [lottery_option, it]))
|
||||||
.map(it => [lottery_option, it])));
|
.flat()
|
||||||
|
);
|
||||||
this.set('remoteconfig', await getRemoteConfig());
|
this.set('remoteconfig', await getRemoteConfig());
|
||||||
}
|
}
|
||||||
await createDir('dyids');
|
await createDir('dyids');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user