From aa8ae350c8049e82df48a279a799603d707f9022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=AE=E5=8F=AE=E5=BD=93?= <604054726@qq.com> Date: Mon, 27 Nov 2023 15:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=83=8C=E6=99=AF=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 20 ++++++++++---------- plugins/workwechatmsg/__init__.py | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 96e9a0c..812d144 100644 --- a/package.json +++ b/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 + }, } \ No newline at end of file diff --git a/plugins/workwechatmsg/__init__.py b/plugins/workwechatmsg/__init__.py index 918678b..de2e4d5 100644 --- a/plugins/workwechatmsg/__init__.py +++ b/plugins/workwechatmsg/__init__.py @@ -16,7 +16,7 @@ class IyuuMsg(_PluginBase): # 插件图标 plugin_icon = "workwechat.jpg" # 主题色 - plugin_color = "#C9221B" + plugin_color = "#34b05d" # 插件版本 plugin_version = "1.0" # 插件作者