From 6b3183cdfa2d2af6a1fdba7b5ead3109cd1df810 Mon Sep 17 00:00:00 2001 From: Jigsaw111 Date: Sun, 2 May 2021 08:37:17 +0000 Subject: [PATCH] :beers: publish adapter gocq --- docs/.vuepress/public/adapters.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/public/adapters.json b/docs/.vuepress/public/adapters.json index e05870ce..4788e1b2 100644 --- a/docs/.vuepress/public/adapters.json +++ b/docs/.vuepress/public/adapters.json @@ -22,5 +22,13 @@ "desc": "Mirai-Api-HTTP 协议", "author": "Mix", "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-mirai" + }, + { + "id": "nonebot_adapter_gocq", + "link": "nonebot-adapter-gocq", + "name": "gocq", + "desc": "在原 CQHTTP Adapter 的基础上进行修改以便更好地适配 go-cqhttp", + "author": "Jigsaw111", + "repo": "Jigsaw111/nonebot-adapter-gocq" } -] +] \ No newline at end of file