From e87861983b34a56bb09a810891c65beed0360c56 Mon Sep 17 00:00:00 2001 From: MeetWq Date: Mon, 2 May 2022 11:00:27 +0800 Subject: [PATCH] :beers: rename nonebot-plugin-chess (#953) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plugin: nonebot-plugin-chess 改名为 nonebot-plugin-boardgame --- website/static/plugins.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 9ab42db5..6ae3eecc 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -964,17 +964,13 @@ "is_official": false }, { - "module_name": "nonebot_plugin_chess", - "project_link": "nonebot-plugin-chess", + "module_name": "nonebot_plugin_boardgame", + "project_link": "nonebot-plugin-boardgame", "name": "棋类游戏", "desc": "棋类游戏插件,目前支持 五子棋、黑白棋、围棋", "author": "MeetWq", - "homepage": "https://github.com/MeetWq/nonebot-plugin-chess", + "homepage": "https://github.com/noneplugin/nonebot-plugin-boardgame", "tags": [ - { - "label": "t:chess", - "color": "#ea5252" - }, { "label": "a:onebot", "color": "#000000" @@ -1569,4 +1565,4 @@ ], "is_official": false } -] \ No newline at end of file +]