From c80869f952c2652b8764b187495a13d4a64cb073 Mon Sep 17 00:00:00 2001 From: JustUndertaker Date: Mon, 10 Oct 2022 13:17:01 +0000 Subject: [PATCH] :beers: publish adapter Ntchat (#1313) --- website/static/adapters.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/adapters.json b/website/static/adapters.json index 552ea10c..baa02bdd 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -98,5 +98,20 @@ "homepage": "https://github.com/nonebot/adapter-github", "tags": [], "is_official": true + }, + { + "module_name": "nonebot.adapters.ntchat", + "project_link": "nonebot-adapter-ntchat", + "name": "Ntchat", + "desc": "pc hook的微信客户端适配", + "author": "JustUndertaker", + "homepage": "https://github.com/JustUndertaker/adapter-ntchat", + "tags": [ + { + "label": "微信", + "color": "#ea5252" + } + ], + "is_official": false } ] \ No newline at end of file