From c675addeef0f08195bb60b46aba9bc3327fe0b44 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Mon, 17 Jan 2022 21:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 782289d4..b3fc268b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -210,7 +210,16 @@ "desc": "订阅来自微博,B站,网易云,RSS以及各种网站的动态,转发到QQ群中", "name": "Bison", "homepage": "https://github.com/felinae98/nonebot-bison", - "tags": [], + "tags": [ + { + "label": "alpha only", + "color": "#f56c6c" + }, + { + "label": "a:cqhttp", + "color": "#000000" + } + ], "is_official": false }, { @@ -941,4 +950,4 @@ ], "is_official": false } -] \ No newline at end of file +]