From 10447ff3c4b9a298ae7e77604957d328321b1f9d Mon Sep 17 00:00:00 2001 From: bridgeL Date: Sun, 1 Jan 2023 07:06:58 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=8E=A2=E6=9F=A5=20(#1523)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 54a27f71..f4930765 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3790,5 +3790,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_ayaka_scan_cmd", + "project_link": "nonebot-plugin-ayaka-scan-cmd", + "name": "命令探查", + "desc": "命令探查,缓解下载了新插件却不会使用的焦虑", + "author": "bridgeL", + "homepage": "https://github.com/bridgeL/nonebot-plugin-ayaka-scan-cmd", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "t:命令探查", + "color": "#e36306" + } + ], + "is_official": false } ]