From b57f17d4474a9eec6c158a671038cc77af6694a8 Mon Sep 17 00:00:00 2001 From: ZYKsslm Date: Sun, 4 Dec 2022 02:43:34 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=85=8D=E8=B4=B9?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E7=82=B9=E6=AD=8C=E6=8F=92=E4=BB=B6=20(#1435?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index ea166b6c..8dabd89b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3462,5 +3462,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_zyk_music", + "project_link": "nonebot-plugin-zyk-music", + "name": "免费快捷点歌插件", + "desc": "一个用于nonebot2的点歌插件。操作简单粗暴,交互简洁易懂.", + "author": "ZYKsslm", + "homepage": "https://github.com/ZYKsslm/nonebot_plugin_zyk_music", + "tags": [ + { + "label": "Free", + "color": "#26d019" + }, + { + "label": "Simple", + "color": "#b8c10d" + }, + { + "label": "Music", + "color": "#0d92c1" + } + ], + "is_official": false } ]