mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-02 02:36:40 +08:00
1
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ if ($.isNode()) {
|
|||||||
}
|
}
|
||||||
$.UUID = getUUID('xxxxxxxxxxxxxxxx');
|
$.UUID = getUUID('xxxxxxxxxxxxxxxx');
|
||||||
await main();
|
await main();
|
||||||
await $.wait(3000);
|
await $.wait(5000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})().catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); })
|
})().catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); })
|
||||||
|
|||||||
Reference in New Issue
Block a user