稳定发布1.0.0
This commit is contained in:
@@ -127,7 +127,7 @@ Payload:
|
||||
|
||||
```json lines
|
||||
{
|
||||
// 执行的时间区间
|
||||
// 执行的时间区间(需要系统配置正确时区)
|
||||
"cron": "17:20-21:35 1-5 * *",
|
||||
// 执行项
|
||||
"items": [
|
||||
@@ -148,6 +148,11 @@ Payload:
|
||||
|
||||
> 同一个类型的待机任务只能有一个,当有新的任务到达时会覆盖之前的任务
|
||||
|
||||
### 配置时区
|
||||
```bash
|
||||
sudo timedatectl set-timezone Asia/Shanghai
|
||||
```
|
||||
|
||||
### Cron Format
|
||||
|
||||
The format consists of four fields separated by whitespace:
|
||||
|
||||
Reference in New Issue
Block a user