From 0d39b788bbead46485be801ac91ca20aa05c06ca Mon Sep 17 00:00:00 2001 From: j1g5awi Date: Sat, 11 Feb 2023 10:33:11 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20OneBot=20=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=20(#1691)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 3e57d825..99edddef 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4268,5 +4268,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_all4one", + "project_link": "nonebot-plugin-all4one", + "name": "OneBot 实现", + "desc": "让 NoneBot2 成为 OneBot 实现!", + "author": "j1g5awi", + "homepage": "https://github.com/nonepkg/nonebot-plugin-all4one", + "tags": [ + { + "label": "a:OneBot", + "color": "#000000" + }, + { + "label": "a:Telegram", + "color": "#34a9e5" + } + ], + "is_official": false } ]