From 56013dca48fabd9371cbeb9be99190685ded05fe Mon Sep 17 00:00:00 2001 From: KomoriDev Date: Mon, 2 Oct 2023 14:17:02 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=81=9A=E8=83=BD?= =?UTF-8?q?=E7=8E=AF=20(#2383)?= 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 00416199..f75dd333 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7395,5 +7395,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_ability", + "project_link": "nonebot-plugin-ability", + "name": "聚能环", + "desc": "NoneBot 外置电池", + "author": "KomoriDev", + "homepage": "https://github.com/KomoriDev/nonebot-plugin-ability", + "tags": [ + { + "label": "🔋", + "color": "#8bff00" + } + ], + "is_official": false, + "type": "library", + "supported_adapters": null } ]