mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-14 15:09:17 +00:00
fix color
This commit is contained in:
@@ -337,7 +337,7 @@
|
||||
"description": "支持使用企业微信群聊机器人发送消息通知。",
|
||||
"version": "1.0",
|
||||
"icon": "Wecom_A.png",
|
||||
"color": "#34b05d",
|
||||
"color": "#0082EF",
|
||||
"author": "叮叮当",
|
||||
"level": 1
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ class WorkWechatMsg(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "Wecom_A.png"
|
||||
# 主题色
|
||||
plugin_color = "#34b05d"
|
||||
plugin_color = "#0082EF"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user