From 77bdc5ecbaefaa6db9267e51496580e01a6d9d52 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine Date: Wed, 7 Jun 2023 00:13:25 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20adapter=20=E5=A4=A7?= =?UTF-8?q?=E5=88=AB=E9=87=8E=20(#2084)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/adapters.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/adapters.json b/website/static/adapters.json index e5cf0bc6..b5df8039 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -153,5 +153,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot.adapters.villa", + "project_link": "nonebot-adapter-villa", + "name": "大别野", + "desc": "米游社大别野官方Bot适配", + "author": "CMHopeSunshine", + "homepage": "https://github.com/CMHopeSunshine/nonebot-adapter-villa", + "tags": [ + { + "label": "米哈游", + "color": "#e10909" + } + ], + "is_official": false } ]