From 17959b705643b3379ab4f7c81dba89a7a0e10aad Mon Sep 17 00:00:00 2001 From: AzideCupric Date: Mon, 8 May 2023 22:57:13 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BC=81=E9=B9=85?= =?UTF-8?q?=E7=89=A9=E6=B5=81=E7=BB=9F=E8=AE=A1=E6=95=B0=E6=8D=AE=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=20(#1994)?= 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 2c0725e1..c36a1388 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5576,5 +5576,15 @@ "homepage": "https://github.com/lgc-NB2Dev/nonebot-plugin-callapi", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_penguin", + "project_link": "nonebot-plugin-penguin", + "name": "企鹅物流统计数据查询", + "desc": "在群里就能查询明日方舟关卡掉落物统计数据", + "author": "AzideCupric", + "homepage": "https://github.com/AzideCupric/nonebot-plugin-penguin", + "tags": [], + "is_official": false } ]