From abf1d5216898d3e294889ceb1fe21f49c5394d01 Mon Sep 17 00:00:00 2001 From: youlanan Date: Sat, 29 Apr 2023 08:45:16 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=B8=BA=E7=BE=8E?= =?UTF-8?q?=E5=A5=BD=E7=BE=A4=E8=81=8A=E7=8C=AE=E4=B8=8A=E7=88=86=E7=82=8E?= =?UTF-8?q?=20(#1952)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index beed60a1..20388f23 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5451,5 +5451,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_megumin", + "project_link": "nonebot-plugin-megumin", + "name": "为美好群聊献上爆炎", + "desc": "现在,你的群友可以触发失传已久的爆裂魔法了", + "author": "youlanan", + "homepage": "https://github.com/youlanan/nonebot_plugin_megumin", + "tags": [ + { + "label": "小游戏", + "color": "#f9971c" + }, + { + "label": "Explosion", + "color": "#f94b1c" + } + ], + "is_official": false } ]