1
This commit is contained in:
@@ -9,8 +9,8 @@ class ScheduleConfig {
|
|||||||
constructor() {
|
constructor() {
|
||||||
// 工作时间配置
|
// 工作时间配置
|
||||||
this.workHours = {
|
this.workHours = {
|
||||||
start: 9,
|
start: 6,
|
||||||
end: 18
|
end: 23
|
||||||
};
|
};
|
||||||
|
|
||||||
// 频率限制配置(毫秒)
|
// 频率限制配置(毫秒)
|
||||||
|
|||||||
Reference in New Issue
Block a user