feat(scheduler): 添加高级调度配置界面

- 实现调度模式选择(每天、每周、每月、自定义Cron)
- 添加时间选择器和日期相关配置选项
- 提供可视化调度预览功能
- 支持Cron表达式验证和实时更新
- 修改默认调度时间为早上8点40分
- 更新邮件接收者地址
```
This commit is contained in:
2026-03-20 16:28:27 +08:00
parent 89d0abd44c
commit 0d74cfe754
5 changed files with 255 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
},
"scheduler": {
"enabled": true,
"cronTime": "0 9 * * *",
"cronTime": "40 08 * * *",
"threshold": 100000,
"description": "每天9点采集当日项目",
"timeRange": "thisMonth"
@@ -16,6 +16,6 @@
"smtpPort": 587,
"smtpUser": "1076597680@qq.com",
"smtpPass": "nfrjdiraqddsjeeh",
"recipients": "1650243281@qq.com"
"recipients": "5482498@qq.com"
}
}
}