mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
修改背景颜色
This commit is contained in:
20
package.json
20
package.json
@@ -323,15 +323,6 @@
|
||||
"author": "jxxghp",
|
||||
"level": 1
|
||||
},
|
||||
"WorkWechatMsg": {
|
||||
"name": "企微机器人消息推送",
|
||||
"description": "支持使用企业微信群聊机器人发送消息通知。",
|
||||
"version": "1.0",
|
||||
"icon": "workwechat.jpg",
|
||||
"color": "#FFFFFF",
|
||||
"author": "叮叮当",
|
||||
"level": 1
|
||||
},
|
||||
"ConfigCenter": {
|
||||
"name": "配置中心",
|
||||
"description": "快速调整部分系统设定。",
|
||||
@@ -340,5 +331,14 @@
|
||||
"color": "#FC6220",
|
||||
"author": "jxxghp",
|
||||
"level": 1
|
||||
}
|
||||
},
|
||||
"WorkWechatMsg": {
|
||||
"name": "企微机器人消息推送",
|
||||
"description": "支持使用企业微信群聊机器人发送消息通知。",
|
||||
"version": "1.0",
|
||||
"icon": "workwechat.jpg",
|
||||
"color": "#34b05d",
|
||||
"author": "叮叮当",
|
||||
"level": 1
|
||||
},
|
||||
}
|
||||
@@ -16,7 +16,7 @@ class IyuuMsg(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "workwechat.jpg"
|
||||
# 主题色
|
||||
plugin_color = "#C9221B"
|
||||
plugin_color = "#34b05d"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user