From a8f3d839473a425b5d1a04d55c93252c6adc1254 Mon Sep 17 00:00:00 2001 From: NCBM Date: Sun, 12 Feb 2023 03:40:15 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=8B=93=E5=B1=95=20(#1693)?= 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 99edddef..123ed745 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4287,5 +4287,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_extrautils", + "project_link": "nonebot-plugin-extrautils", + "name": "工具拓展", + "desc": "便于开发 nonebot2 插件的工具拓展", + "author": "NCBM", + "homepage": "https://github.com/NCBM/nonebot-plugin-extrautils", + "tags": [ + { + "label": "t:dev", + "color": "#c99309" + }, + { + "label": "t:utils", + "color": "#3a46f6" + } + ], + "is_official": false } ]