This commit is contained in:
thsrite
2024-04-12 16:45:23 +08:00
parent 7f80ede10c
commit fc7cff612e
3 changed files with 5 additions and 4 deletions

BIN
icons/code.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -261,11 +261,12 @@
"CustomCommand": {
"name": "自定义命令",
"description": "自定义执行周期执行命令并推送结果。",
"version": "1.3",
"icon": "Ntfy_A.png",
"version": "1.4",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/code.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.4": "fix icon",
"v1.3": "清除历史记录",
"v1.2": "增加执行历史",
"v1.1": "打印命令日志",

View File

@@ -20,9 +20,9 @@ class CustomCommand(_PluginBase):
# 插件描述
plugin_desc = "自定义执行周期执行命令并推送结果。"
# 插件图标
plugin_icon = "Ntfy_A.png"
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/code.png"
# 插件版本
plugin_version = "1.3"
plugin_version = "1.4"
# 插件作者
plugin_author = "thsrite"
# 作者主页