From c518f768d12118dd9132fa27b34896c1934504aa Mon Sep 17 00:00:00 2001 From: longchengguxiao Date: Sun, 22 Jan 2023 14:08:54 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=A4=8D=E7=89=A9?= =?UTF-8?q?=E5=A4=A7=E6=88=98=E5=83=B5=E5=B0=B8=E5=B0=8F=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=20(#1621)?= 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 2208c609..a5196c5e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3846,5 +3846,15 @@ "homepage": "https://github.com/limnium/nonebot_plugin_wantwords", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_pvz", + "project_link": "nonebot-plugin-pvz", + "name": "植物大战僵尸小游戏", + "desc": "通过签到获取金币购买植物或者僵尸,放置植物在草坪上抵御入侵,或者进行僵尸入侵来吃掉别人的脑子", + "author": "longchengguxiao", + "homepage": "https://github.com/longchengguxiao/nonebot_plugin_pvz", + "tags": [], + "is_official": false } ]