fix color

This commit is contained in:
jxxghp
2023-11-28 13:05:12 +08:00
parent d64206ee9a
commit cbf15ad5de
2 changed files with 2 additions and 2 deletions

View File

@@ -337,7 +337,7 @@
"description": "支持使用企业微信群聊机器人发送消息通知。",
"version": "1.0",
"icon": "Wecom_A.png",
"color": "#34b05d",
"color": "#0082EF",
"author": "叮叮当",
"level": 1
}

View File

@@ -16,7 +16,7 @@ class WorkWechatMsg(_PluginBase):
# 插件图标
plugin_icon = "Wecom_A.png"
# 主题色
plugin_color = "#34b05d"
plugin_color = "#0082EF"
# 插件版本
plugin_version = "1.0"
# 插件作者