From b5aa4212d38886e756cbbccc00c0caa9bc05305f Mon Sep 17 00:00:00 2001 From: lclbm Date: Mon, 13 Jan 2025 11:09:16 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20adapter=20=E9=BB=91?= =?UTF-8?q?=E7=9B=92=E8=AF=AD=E9=9F=B3=20(#3248)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/adapters.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/adapters.json5 b/assets/adapters.json5 index 5d867a8c8079..fe8a2768ee55 100644 --- a/assets/adapters.json5 +++ b/assets/adapters.json5 @@ -259,4 +259,14 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot.adapters.heybox", + "project_link": "nonebot-adapter-heybox", + "name": "黑盒语音", + "desc": "黑盒语音机器人适配", + "author_id": 54730982, + "homepage": "https://github.com/lclbm/adapter-heybox", + "tags": [], + "is_official": false + }, ]