From 516c1c220c03df46d8c03b6c3e5105f39905a400 Mon Sep 17 00:00:00 2001 From: 050644zf <050644zf@users.noreply.github.com> Date: Sat, 24 Dec 2022 13:13:35 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=88=98=E5=9C=B0?= =?UTF-8?q?=E7=BE=A4=E8=81=8A=E5=A4=A9=E6=8F=92=E4=BB=B6=20(#1505)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index e65b40a9..dac8b591 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3728,5 +3728,15 @@ "homepage": "https://github.com/bridgeL/nonebot-plugin-no-repeat", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_bfchat", + "project_link": "nonebot-plugin-bfchat", + "name": "战地群聊天插件", + "desc": "群内绑定战地一/五账号,快速查询战地战绩,查看服务器信息", + "author": "050644zf", + "homepage": "https://github.com/050644zf/nonebot-plugin-bfchat", + "tags": [], + "is_official": false } ]