From f2f3f7ab8e2f24caf765cb70799b5eba92290986 Mon Sep 17 00:00:00 2001 From: chaichaisi Date: Mon, 15 May 2023 12:41:44 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=B0=8F=E5=B0=8F?= =?UTF-8?q?=E7=9A=84WEBAPI=E8=B0=83=E7=94=A8=E6=8F=92=E4=BB=B6=20(#2019)?= 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 e965e9cd..972e8639 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5728,5 +5728,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_smallapi", + "project_link": "nonebot-plugin-smallapi", + "name": "小小的WEBAPI调用插件", + "desc": "顾名思义~不要骂我~", + "author": "chaichaisi", + "homepage": "https://github.com/chaichaisi/nonebot_plugin_smallapi", + "tags": [ + { + "label": "webapi", + "color": "#52ea7d" + }, + { + "label": "api", + "color": "#52ea7d" + } + ], + "is_official": false } ]