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