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