From 600c4f3268565a5c9e39bf2d150fb26f7caa2117 Mon Sep 17 00:00:00 2001 From: QingMuCat Date: Sun, 19 Mar 2023 07:20:02 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9A=8F=E6=9C=BA?= =?UTF-8?q?=E7=82=B9=E5=90=8D=20(#1818)?= 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 4db19bf4..256a2d5a 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4868,5 +4868,24 @@ "homepage": "https://github.com/noneplugin/nonebot-plugin-memes-api", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_rrc", + "project_link": "nonebot-plugin-rrc", + "name": "随机点名", + "desc": "就是群聊点名,让学生感受刺激", + "author": "QingMuCat", + "homepage": "https://github.com/QingMuCat/nonebot-plugin-rrc", + "tags": [ + { + "label": "课堂", + "color": "#ea5252" + }, + { + "label": "抽人", + "color": "#ea5252" + } + ], + "is_official": false } ]