From d9bdf38a4ea7b6b05f9d1249512a66b114253b02 Mon Sep 17 00:00:00 2001 From: Ikaros-521 Date: Wed, 22 Feb 2023 02:40:29 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8F=91=E7=97=85?= =?UTF-8?q?=E8=AF=AD=E5=BD=95=20(#1727)?= 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 e7a639fb..fd77bd4e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4402,5 +4402,20 @@ "homepage": "https://github.com/felinae98/nonebot-plugin-send-anything-anywhere", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_random_stereotypes", + "project_link": "nonebot-plugin-random-stereotypes", + "name": "发病语录", + "desc": "对输入的人,随机返回一条本地的发病语录", + "author": "Ikaros-521", + "homepage": "https://github.com/Ikaros-521/nonebot_plugin_random_stereotypes", + "tags": [ + { + "label": "语录", + "color": "#6a6060" + } + ], + "is_official": false } ]