From 6601def5f796504d956a1a923c47aff02f0ab951 Mon Sep 17 00:00:00 2001 From: canxin121 Date: Wed, 19 Jul 2023 00:44:39 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E6=88=B3=E4=B8=80=E6=88=B3=20(#2201)?= 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 be2b26be..d295d185 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7160,5 +7160,22 @@ "is_official": false, "type": "library", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_pokesomeone", + "project_link": "nonebot-plugin-pokesomeone", + "name": "指定戳一戳", + "desc": "指定戳某人若干次", + "author": "canxin121", + "homepage": "https://github.com/canxin121/nonebot_plugin_pokesomeone", + "tags": [ + { + "label": "戳一戳", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]