mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-06-04 07:26:54 +00:00
icon
This commit is contained in:
@@ -785,7 +785,7 @@
|
|||||||
"description": "支持使用MQTT发送消息通知。",
|
"description": "支持使用MQTT发送消息通知。",
|
||||||
"labels": "消息通知",
|
"labels": "消息通知",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"icon": "Mqtt_A.png",
|
"icon": "Mosquitto_A.png",
|
||||||
"author": "blacklips",
|
"author": "blacklips",
|
||||||
"level": 1
|
"level": 1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ class MqttMsg(_PluginBase):
|
|||||||
# 插件描述
|
# 插件描述
|
||||||
plugin_desc = "支持使用 MQTT 发送消息通知。"
|
plugin_desc = "支持使用 MQTT 发送消息通知。"
|
||||||
# 插件图标
|
# 插件图标
|
||||||
plugin_icon = "Mqtt_A.png"
|
plugin_icon = "Mosquitto_A.png"
|
||||||
# 插件版本
|
# 插件版本
|
||||||
plugin_version = "1.0"
|
plugin_version = "1.0"
|
||||||
# 插件作者
|
# 插件作者
|
||||||
|
|||||||
Reference in New Issue
Block a user