From 551963c6c392702746b749257413bc70dfbc86d7 Mon Sep 17 00:00:00 2001 From: RongRongJi Date: Sat, 18 Mar 2023 06:26:46 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=BE=A4=E8=81=8A?= =?UTF-8?q?=E8=AF=AD=E5=BD=95=E5=BA=93=20(#1816)?= 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 5ac18a30..0e739a7e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4839,5 +4839,24 @@ "homepage": "https://github.com/NanakoOfficial/nonebot_plugin_randomnana", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_quote", + "project_link": "nonebot-plugin-quote", + "name": "群聊语录库", + "desc": "一款QQ群语录库——支持上传聊天截图为语录,随机投放语录,关键词搜索语录精准投放", + "author": "RongRongJi", + "homepage": "https://github.com/RongRongJi/nonebot_plugin_quote", + "tags": [ + { + "label": "a:onebot", + "color": "#326bad" + }, + { + "label": "t:语录", + "color": "#003f88" + } + ], + "is_official": false } ]