mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-18 07:26:44 +00:00
17 lines
334 B
Markdown
17 lines
334 B
Markdown
# 自定义命令
|
||
|
||
### 更新记录
|
||
|
||
- 1.3 清除历史记录
|
||
- 1.2 增加执行历史
|
||
- 1.1 打印命令日志
|
||
- 1.0 自定义执行周期执行命令并推送结果
|
||
|
||
|
||
默认把python脚本最后一个print作为返回值
|
||
|
||
命令名#0 9 * * *#python main.py
|
||
命令名#0 9 * * *#python main.py#1-600
|
||
|
||
|
||
1-600为随机延时,单位秒 |