From 77b060927f673456075a9ab6c4ecdb6677527ae3 Mon Sep 17 00:00:00 2001 From: "Issues Docs [BOT]" Date: Tue, 18 Feb 2025 14:14:22 +0000 Subject: [PATCH] =?UTF-8?q?Auto-Generate=20docs=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/issues/182.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/issues/182.md b/docs/issues/182.md index 372a2c3..3342e39 100644 --- a/docs/issues/182.md +++ b/docs/issues/182.md @@ -73,12 +73,12 @@ title: 定时任务配置格式 { "expression": "0 6 * * *", "name": "set_pull_ask", - "arg1": "enable", + "arg1": "enable" }, { "expression": "0 0 * * *", "name": "set_pull_ask", - "arg1": "disable", + "arg1": "disable" } ] ```