From 8363f8c061e4e4a72277cb143524389c292d70a9 Mon Sep 17 00:00:00 2001 From: molanp Date: Sun, 9 Nov 2025 00:22:26 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20adapter=20=E4=BA=91?= =?UTF-8?q?=E6=B9=96=E9=80=82=E9=85=8D=E5=99=A8=20(#3740)?= 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 a011467a..e3f01a34 100644 --- a/assets/adapters.json5 +++ b/assets/adapters.json5 @@ -338,4 +338,19 @@ ], "is_official": false }, + { + "module_name": "yunhu", + "project_link": "nonebot-adapter-yunhu", + "name": "云湖适配器", + "desc": "云湖的NoneBot适配器", + "author_id": 104612722, + "homepage": "https://github.com/molanp/nonebot-adapter-yunhu", + "tags": [ + { + "label": "云湖", + "color": "#8a74eb" + } + ], + "is_official": false + }, ]