mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 20:48:37 +00:00
Docs: add zh-CN translations
This commit is contained in:
38
docs/zh-CN/cli/cron.md
Normal file
38
docs/zh-CN/cli/cron.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
read_when:
|
||||
- 您需要定时任务和唤醒功能
|
||||
- 您正在调试定时任务的执行和日志
|
||||
summary: "`openclaw cron` 的 CLI 参考(调度和运行后台任务)"
|
||||
title: cron
|
||||
x-i18n:
|
||||
generated_at: "2026-02-01T19:58:49Z"
|
||||
model: claude-opus-4-5
|
||||
provider: pi
|
||||
source_hash: bc9317c824f3b6339df657cc269961d9b5f121da65ec2b23a07d454e6d611135
|
||||
source_path: cli/cron.md
|
||||
workflow: 14
|
||||
---
|
||||
|
||||
# `openclaw cron`
|
||||
|
||||
管理 Gateway 调度器的定时任务。
|
||||
|
||||
相关内容:
|
||||
|
||||
- 定时任务:[定时任务](/automation/cron-jobs)
|
||||
|
||||
提示:运行 `openclaw cron --help` 查看完整的命令列表。
|
||||
|
||||
## 常见编辑
|
||||
|
||||
更新投递设置而不更改消息内容:
|
||||
|
||||
```bash
|
||||
openclaw cron edit <job-id> --deliver --channel telegram --to "123456789"
|
||||
```
|
||||
|
||||
为隔离任务禁用投递:
|
||||
|
||||
```bash
|
||||
openclaw cron edit <job-id> --no-deliver
|
||||
```
|
||||
Reference in New Issue
Block a user