This commit is contained in:
张成
2025-11-26 18:39:15 +08:00
parent 771dc60607
commit d5d8069573
15 changed files with 2346 additions and 1593 deletions

2
app.js
View File

@@ -36,7 +36,7 @@ async function startApp() {
// 启动调度系统
await schedule.init();
// await schedule.init();
// 优雅关闭处理
process.on('SIGINT', async () => {