This commit is contained in:
张成
2025-11-24 17:58:23 +08:00
parent 2617fa2e5e
commit 5d59000960

View File

@@ -9,8 +9,8 @@ class ScheduleConfig {
constructor() { constructor() {
// 工作时间配置 // 工作时间配置
this.workHours = { this.workHours = {
start: 9, start: 6,
end: 18 end: 23
}; };
// 频率限制配置(毫秒) // 频率限制配置(毫秒)