From 28fc6c35f08ae2a30380ce709ec1ea6ab5b3513f Mon Sep 17 00:00:00 2001 From: HuParry Date: Sat, 8 Jul 2023 11:37:43 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=8C=AB=E7=8C=AB?= =?UTF-8?q?=E8=99=AB=E5=92=96=E6=B3=A2=E5=9B=BE=E7=89=87=E5=8F=91=E9=80=81?= =?UTF-8?q?=20(#2166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 7d146ca3..6b78b27c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6984,5 +6984,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_capoo", + "project_link": "nonebot-plugin-capoo", + "name": "猫猫虫咖波图片发送", + "desc": "发送capoo指令后bot会随机发出一张capoo的可爱表情包", + "author": "HuParry", + "homepage": "https://github.com/HuParry/nonebot-plugin-capoo", + "tags": [ + { + "label": "猫猫虫咖波", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]