From 8abab79cfc8b1dbebffad92e64b496f1cb9880a9 Mon Sep 17 00:00:00 2001 From: Reversedeer Date: Sun, 5 Feb 2023 03:30:34 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Q=E7=BE=A4?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=BA=8B=E4=BB=B6=E7=9B=91=E6=8E=A7=20(#1666?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 868ac341..b09e67aa 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4189,5 +4189,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_eventmonitor", + "project_link": "nonebot-plugin-eventmonitor", + "name": "Q群消息事件监控", + "desc": "监控群事件的插件,支持戳一戳,成员变动,群荣誉变化等", + "author": "Reversedeer", + "homepage": "https://github.com/Reversedeer/nonebot_plugin_eventmonitor", + "tags": [ + { + "label": "t:QQGroup", + "color": "#2885c0" + } + ], + "is_official": false } ]