From e42dd109f9a3c124415baeedf8cce3804676fc0a Mon Sep 17 00:00:00 2001 From: IllusiveBull Date: Tue, 11 Apr 2023 00:17:03 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=AE=9D=E5=8F=AF?= =?UTF-8?q?=E6=A2=A6=E8=9E=8D=E5=90=88=20(#1911)?= 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 d0152b17..6973a681 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5262,5 +5262,15 @@ "homepage": "https://github.com/lgc2333/nonebot-plugin-fuckyou", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_pokemonfusion", + "project_link": "nonebot-plugin-pokemonfusion", + "name": "宝可梦融合", + "desc": "Pokemon Infinite Fusion的中文版融合计算器,支持融合420^2=176400种宝可梦", + "author": "IllusiveBull", + "homepage": "https://github.com/IllusiveBull/nonebot_plugin_pokemonfusion", + "tags": [], + "is_official": false } ]