From d802fad111594e376a5f2a3a15ec3959bf4b56c9 Mon Sep 17 00:00:00 2001 From: StarHeartHunt Date: Wed, 14 Jul 2021 10:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20adapter=20store?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4788e1b2..aa4c2b70 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_adapter_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 +]