This commit is contained in:
张成
2026-04-29 13:34:39 +08:00
commit dee3a336ce
89 changed files with 33683 additions and 0 deletions

8
middleware/schedule.js Normal file
View File

@@ -0,0 +1,8 @@
/**
* 定时任务占位:按需在此注册 node-schedule 任务
*/
class Schedule {
async init() {}
}
module.exports = new Schedule();