mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix icon
This commit is contained in:
BIN
icons/code.png
Normal file
BIN
icons/code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
@@ -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": "打印命令日志",
|
||||
|
||||
@@ -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"
|
||||
# 作者主页
|
||||
|
||||
Reference in New Issue
Block a user