From f07f35ccc1119a5e1b512a256f2cdcd72c9d5d2d Mon Sep 17 00:00:00 2001 From: Lfhsheng Date: Sat, 2 Sep 2023 21:43:08 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A5=B3=E8=A3=85?= =?UTF-8?q?=20!=20(#2335)?= 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 7811521d..f418bc61 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7253,5 +7253,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_wearskirt", + "project_link": "nonebot-plugin-wearskirt", + "name": "女装 !", + "desc": "Nonebot 赛博女装插件", + "author": "Lfhsheng", + "homepage": "https://github.com/Lfhsheng/nonebot-plugin-wearskirt", + "tags": [ + { + "label": "女装", + "color": "#ffc0cb" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]