From ba6a440bbd526b010618bc80b79645e1501f0ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E5=B1=BF?= Date: Mon, 24 Jan 2022 14:23:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E5=87=A0=E4=B8=AA=E6=8F=92=E4=BB=B6=E7=9A=84Tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 704a3fac..c482ae64 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -519,7 +519,20 @@ "desc": "一个ATRI语音包,基于文本相似度匹配回复", "author": "FYWinds", "homepage": "https://github.com/FYWinds/nonebot-plugin-atri", - "tags": [], + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "a:cqhttp", + "color": "#000000" + }, + { + "label": "v:voice", + "color": "#f5f5dc" + } + ], "is_official": false }, { @@ -649,7 +662,16 @@ "desc": "对 go-cqhttp 的 API 调用添加了类型注解与滥用OOP的返回值Model支持,远离魔法方法的Dict[Any, Any]", "author": "FYWinds", "homepage": "https://github.com/FYWinds/gocqapi", - "tags": [], + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "a:cqhttp", + "color": "#000000" + }, + ], "is_official": false }, { From 77faa027bdaeee679598ca5b0cb9ed4ece8631fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E5=B1=BF?= Date: Mon, 24 Jan 2022 15:37:24 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E6=8E=89=E4=BA=86v:voice=E7=9A=84?= =?UTF-8?q?tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index c482ae64..276d40b1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -527,10 +527,6 @@ { "label": "a:cqhttp", "color": "#000000" - }, - { - "label": "v:voice", - "color": "#f5f5dc" } ], "is_official": false From e7b2dde44a0a41ba6575be3e56dafb917ced04b4 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 24 Jan 2022 16:25:40 +0800 Subject: [PATCH 3/3] :pencil2: fix trailing comma --- website/static/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 276d40b1..8afbaf1d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -666,7 +666,7 @@ { "label": "a:cqhttp", "color": "#000000" - }, + } ], "is_official": false },