From ee0ea85e40801990506f1a476abe8a9588950b19 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Sun, 7 Aug 2022 17:18:16 +0000 Subject: [PATCH] :beers: publish plugin BAWiki (#1128) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 7810ddfc..c0d46f3d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2125,5 +2125,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_bawiki", + "project_link": "nonebot-plugin-bawiki", + "name": "BAWiki", + "desc": "基于 NoneBot2 的碧蓝档案 Wiki 插件", + "author": "lgc2333", + "homepage": "https://github.com/lgc2333/nonebot-plugin-bawiki/", + "tags": [ + { + "label": "t:碧蓝档案", + "color": "#00d7fb" + }, + { + "label": "t:蔚藍檔案", + "color": "#00d7fb" + } + ], + "is_official": false } ] \ No newline at end of file