稳定发布1.0.0

This commit is contained in:
2025-02-27 17:41:14 +08:00
parent b36e67f826
commit f251df5ce3
7 changed files with 47 additions and 27 deletions

View File

@@ -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: