mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-30 15:19:32 +08:00
优化 异步调用方式
This commit is contained in:
parent
31230ba18f
commit
91d1f24a22
@ -45,4 +45,7 @@ setTimeout(async () => {
|
||||
}
|
||||
}, 1000 * 60 * 60 * 24);
|
||||
|
||||
statistics();
|
||||
// 面板启动时进行统计一次
|
||||
statistics()
|
||||
.then(() => {})
|
||||
.catch(() => {});
|
||||
|
Loading…
Reference in New Issue
Block a user