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] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=B7=B1=E5=87=A0?= =?UTF-8?q?=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 }, {