From b3e0fb483026f0a72936b8680f2f11009e6a203c Mon Sep 17 00:00:00 2001 From: Akirami <66513481+A-kirami@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:03:35 +0800 Subject: [PATCH] =?UTF-8?q?:pencil2:=20Plugin:=20=E9=BB=91=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E6=B7=BB=E5=8A=A0=E6=A0=87=E7=AD=BE=20(#2170?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index aa20b8e4..4357a907 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1954,7 +1954,16 @@ "desc": "简易黑白用户名单管理", "author": "A-kirami", "homepage": "https://github.com/A-kirami/nonebot-plugin-namelist", - "tags": [], + "tags": [ + { + "label": "黑名单", + "color": "#323232" + }, + { + "label": "白名单", + "color": "#fafafa" + } + ], "is_official": false, "type": null, "supported_adapters": null