From 18e698f2a06c484aa0e4dcbe59095373d0061cd3 Mon Sep 17 00:00:00 2001 From: RF-Tar-Railt Date: Fri, 27 Jan 2023 03:01:36 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Alconna=20?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E5=B7=A5=E5=85=B7=20(#1638)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 184c12f9..d1b380f1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3938,5 +3938,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_alconna", + "project_link": "nonebot-plugin-alconna", + "name": "Alconna 命令工具", + "desc": "提供一系列工具以在 nonebot 下使用 Alconna 命令解析", + "author": "RF-Tar-Railt", + "homepage": "https://github.com/ArcletProject/nonebot-plugin-alconna", + "tags": [ + { + "label": "t:matcher", + "color": "#5280ea" + }, + { + "label": "t:command", + "color": "#ea6f52" + }, + { + "label": "t:alconna", + "color": "#5452ea" + } + ], + "is_official": false } ]