From 6b83d03094f3717be3d2b6f1bcabbee117bdde7d Mon Sep 17 00:00:00 2001 From: luoyefufeng Date: Thu, 16 Mar 2023 07:53:34 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BF=AE=E4=BB=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8=20(#1799)?= 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 eb6274c5..82095dee 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4752,5 +4752,24 @@ "homepage": "https://github.com/iidamie/nonebot_plugin_justsix", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_simulator_xiuxian", + "project_link": "nonebot-plugin-simulator-xiuxian", + "name": "修仙模拟器", + "desc": "基于原版修仙的修改", + "author": "luoyefufeng", + "homepage": "https://github.com/luoyefufeng/nonebot_plugin_simulator_xiuxian", + "tags": [ + { + "label": "文游", + "color": "#4256da" + }, + { + "label": "修仙1.0", + "color": "#1d1b1c" + } + ], + "is_official": false } ]