This commit is contained in:
dylan 2023-07-06 19:32:58 +08:00
parent c3ad8b9f17
commit 49579e6c98

View File

@ -42,7 +42,7 @@ if ($.isNode()) {
}
$.UUID = getUUID('xxxxxxxxxxxxxxxx');
await main();
await $.wait(3000);
await $.wait(5000);
}
}
})().catch((e) => { $.log('', `${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); })