From e977d79ebdbddef16c0a3adbbcd1ec0d1b2fe6ee Mon Sep 17 00:00:00 2001 From: abrahum Date: Mon, 3 Apr 2023 13:19:51 +0000 Subject: [PATCH] :beers: publish adapter Walle-Q (#1888) --- website/static/adapters.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/adapters.json b/website/static/adapters.json index 8a37279e..b87bacca 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -138,5 +138,20 @@ "homepage": "https://github.com/wwweww/adapter-bilibili", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_adapter_walleq", + "project_link": "nonebot-adapter-walleq", + "name": "Walle-Q", + "desc": "内置 QQ 协议实现", + "author": "abrahum", + "homepage": "https://github.com/onebot-walle/nonebot_adapter_walleq", + "tags": [ + { + "label": "QQ", + "color": "#34a9cc" + } + ], + "is_official": false } ]