From 130c2ed5c05ec561f9614969a0da42590d7c6e44 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:02:54 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20MediaWiki=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=20(#886)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: KoishiStudio --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 0214ec01..a8267bef 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1551,5 +1551,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_mediawiki", + "project_link": "nonebot-plugin-mediawiki", + "name": "MediaWiki查询", + "desc": "为群聊提供简单的wiki查询功能(仅支持onebot)", + "author": "KoishiStudio", + "homepage": "https://github.com/KoishiStudio/nonebot-plugin-mediawiki", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "t:wiki", + "color": "#679ff9" + } + ], + "is_official": false } ] \ No newline at end of file