This commit is contained in:
CrescentLeaf
2025-12-06 17:01:15 +08:00
parent 198493cac1
commit 4214ed9e10

1
client/utils/sleep.ts Normal file
View File

@@ -0,0 +1 @@
export default (t: number) => new Promise((res) => setTimeout(res, t))