From 5ebf34988677772936a63f2998cdf0eaef736f49 Mon Sep 17 00:00:00 2001 From: Agnes4m Date: Wed, 12 Jul 2023 21:42:09 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20pjsk=E8=A1=A8?= =?UTF-8?q?=E6=83=85=20(#2186)?= 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 120029df..3e80eb39 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7101,5 +7101,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_pjsk", + "project_link": "nonebot-plugin-pjsk", + "name": "pjsk表情", + "desc": "pjsk表情", + "author": "Agnes4m", + "homepage": "https://github.com/Agnes4m/nonebot_plugin_pjsk", + "tags": [ + { + "label": "pjsk", + "color": "#e852eb" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]