From 942bb8761e97462b462c77378e82539ff6cd007e Mon Sep 17 00:00:00 2001 From: MeetWq Date: Fri, 28 Jan 2022 07:20:26 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=A3=8B=E7=B1=BB?= =?UTF-8?q?=E6=B8=B8=E6=88=8F?= 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 2359ff96..2abd9fe8 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1106,5 +1106,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_chess", + "project_link": "nonebot-plugin-chess", + "name": "棋类游戏", + "desc": "棋类游戏插件,目前支持 五子棋、黑白棋、围棋", + "author": "MeetWq", + "homepage": "https://github.com/MeetWq/nonebot-plugin-chess", + "tags": [ + { + "label": "t:chess", + "color": "#ea5252" + }, + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } ] \ No newline at end of file