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() {
// 工作时间配置
this.workHours = {
start: 9,
end: 18
start: 6,
end: 23
};
// 频率限制配置(毫秒)