* Revert "等到4點 (#363)"
This reverts commit 50f79211ff.
* 等待到指定时间(默认凌晨4点)
等待到指定时间(默认凌晨4点),适用于等到第二天4点执行其他任务
12 lines
328 B
JSON
12 lines
328 B
JSON
[
|
||
{
|
||
"name": "specifyHours",
|
||
"type": "input-text",
|
||
"label": "指定等待直到下一个 HH:MM 的时(默认:4)"
|
||
},
|
||
{
|
||
"name": "specifyMinutes",
|
||
"type": "input-text",
|
||
"label": "指定等待直到下一个 HH:MM 的分钟(默认:0)"
|
||
}
|
||
] |