From d73f226cbd48dbdd83fee053fc4fd175de45a8d9 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Thu, 21 Sep 2023 23:33:24 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A4=A7=E7=94=B5?= =?UTF-8?q?=E8=80=81=E5=B8=88=E6=B4=BB=E5=AD=97=E5=8D=B0=E5=88=B7=20(#2369?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index fe384938..37cb1b1c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7360,5 +7360,30 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_ottohzys", + "project_link": "nonebot-plugin-ottohzys", + "name": "大电老师活字印刷", + "desc": "大家好啊,今天来点大家想看的东西", + "author": "lgc2333", + "homepage": "https://github.com/lgc-NB2Dev/nonebot-plugin-ottohzys", + "tags": [ + { + "label": "otto", + "color": "#00a6ed" + }, + { + "label": "电棍", + "color": "#00a6ed" + }, + { + "label": "活字印刷", + "color": "#00a6ed" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]