From 1bdb27d109e7fcb751caa3d17f1ad1e65a60d4c5 Mon Sep 17 00:00:00 2001 From: ieew Date: Fri, 21 Jan 2022 02:36:08 +0000 Subject: [PATCH] :beers: publish adapter mirai2 --- website/static/adapters.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website/static/adapters.json b/website/static/adapters.json index afccc916..1f5f9bff 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -58,5 +58,15 @@ "homepage": "https://github.com/Tian-que/nonebot-adapter-kaiheila", "tags": [], "is_official": false + }, + { + "module_name": "nonebot.adapters.mirai2", + "project_link": "nonebot_adapter_mirai2", + "name": "mirai2", + "desc": "为 nonebot2 添加 mirai_api_http2.x的兼容适配器", + "author": "ieew", + "homepage": "https://github.com/ieew/nonebot_adapter_mirai2", + "tags": [], + "is_official": false } -] +] \ No newline at end of file