From a1803553fba7134808821fd7825932cb0616e5d4 Mon Sep 17 00:00:00 2001 From: StarHeartHunt Date: Sun, 25 Jul 2021 01:40:55 +0000 Subject: [PATCH] :beers: publish adapter feishu --- docs/.vuepress/public/adapters.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/adapters.json b/docs/.vuepress/public/adapters.json index 4788e1b2..d38e2100 100644 --- a/docs/.vuepress/public/adapters.json +++ b/docs/.vuepress/public/adapters.json @@ -30,5 +30,13 @@ "desc": "在原 CQHTTP Adapter 的基础上进行修改以便更好地适配 go-cqhttp", "author": "Jigsaw111", "repo": "Jigsaw111/nonebot-adapter-gocq" + }, + { + "id": "nonebot.adapters.feishu", + "link": "nonebot-adapter-feishu", + "name": "feishu", + "desc": "飞书协议", + "author": "StarHeartHunt", + "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-feishu" } ] \ No newline at end of file