From 7d6c512f27e5371b7b7c89efd7551cd1ec1d9c5d Mon Sep 17 00:00:00 2001 From: djkcyl Date: Sat, 29 Apr 2023 02:07:56 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E7=94=BB=E6=9D=BF=E6=8F=92=E4=BB=B6=20(#1956)?= 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 f8212845..beed60a1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5432,5 +5432,24 @@ "homepage": "https://github.com/Yincmewy/nonebot_plugin_coderun", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_abot_place", + "project_link": "nonebot-plugin-abot-place", + "name": "公共画板插件", + "desc": "可以让所有的 Bot 用户一起来画画(参考 Reddit Place)", + "author": "djkcyl", + "homepage": "https://github.com/Aunly/nonebot-plugin-abot-place", + "tags": [ + { + "label": "ABot", + "color": "#52aaea" + }, + { + "label": "Place", + "color": "#ea6dda" + } + ], + "is_official": false } ]