1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-12 15:48:13 +08:00

Auto-Generate docs 🤖

This commit is contained in:
Issues Docs [BOT]
2025-02-18 14:14:22 +00:00
parent ed5e7fad92
commit 77b060927f

View File

@@ -73,12 +73,12 @@ title: 定时任务配置格式
{ {
"expression": "0 6 * * *", "expression": "0 6 * * *",
"name": "set_pull_ask", "name": "set_pull_ask",
"arg1": "enable", "arg1": "enable"
}, },
{ {
"expression": "0 0 * * *", "expression": "0 0 * * *",
"name": "set_pull_ask", "name": "set_pull_ask",
"arg1": "disable", "arg1": "disable"
} }
] ]
``` ```