From 55164e8ece30a6e5d0193e73a97928ae6ab207b1 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Mon, 15 May 2023 04:45:41 +0800 Subject: [PATCH] :beers: publish plugin MultiNCM (#2017) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index e5e561e7..e965e9cd 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5709,5 +5709,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_multincm", + "project_link": "nonebot-plugin-multincm", + "name": "MultiNCM", + "desc": "使用自定义音乐卡片的网易云多选点歌插件,可以登录账号点VIP歌听", + "author": "lgc2333", + "homepage": "https://github.com/lgc-NB2Dev/nonebot-plugin-multincm", + "tags": [ + { + "label": "t:网易云", + "color": "#ea5252" + }, + { + "label": "t:ncm", + "color": "#ea5252" + } + ], + "is_official": false } ]