From 25ac65362359cc0904500b92a38d8d6d5be1b64f Mon Sep 17 00:00:00 2001 From: Agnes4m Date: Fri, 30 Jun 2023 16:07:51 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=88=B3=E4=B8=80?= =?UTF-8?q?=E6=88=B3=E4=BA=8B=E4=BB=B6=20(#2138)?= 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 df7ebb2c..0305790d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6875,5 +6875,22 @@ "nonebot.adapters.telegram", "nonebot.adapters.onebot.v11" ] + }, + { + "module_name": "nonebot_plugin_poke", + "project_link": "nonebot-plugin-poke", + "name": "戳一戳事件", + "desc": "自定义戳一戳事件", + "author": "Agnes4m", + "homepage": "https://github.com/Agnes4m/nonebot_plugin_poke", + "tags": [ + { + "label": "v11", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]