mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
gacha
This commit is contained in:
parent
0c72964b12
commit
51fb65cdb4
11 changed files with 313 additions and 56 deletions
|
|
@ -4,3 +4,5 @@ export const converSecondsToHM = seconds => {
|
|||
const mm = d.getUTCMinutes();
|
||||
return [hh, mm];
|
||||
};
|
||||
|
||||
export const sleep = ms => new Promise(resolve => setTimeout(resolve, ms));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue