From df5b21cb9fa3028041c03638597a822e41bb7e83 Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Wed, 13 Aug 2025 14:02:00 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20adapter=20B=E7=AB=99?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E9=97=B4=20(#3591)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/adapters.json5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/adapters.json5 b/assets/adapters.json5 index c9bee92d..a011467a 100644 --- a/assets/adapters.json5 +++ b/assets/adapters.json5 @@ -323,4 +323,19 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot.adapters.bilibili_live", + "project_link": "nonebot-adapter-bilibili-live", + "name": "B站直播间", + "desc": "B 站直播间协议(Web API/开放平台)支持", + "author_id": 68982190, + "homepage": "https://github.com/MingxuanGame/nonebot-adapter-bilibili-live", + "tags": [ + { + "label": "bilibili", + "color": "#ff6699" + } + ], + "is_official": false + }, ]