From daa95d02ace35c666ad9e692ab586a2bcd70db3f Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Tue, 24 May 2022 11:21:39 +0000 Subject: [PATCH] :beers: publish plugin TETRIS Stats (#1008) --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 4adec752..8d4d3c95 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1719,5 +1719,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_tetris_stats", + "project_link": "nonebot-plugin-tetris-stats", + "name": "TETRIS Stats", + "desc": "一个基于nonebot2的用于查询TETRIS相关游戏玩家数据的插件", + "author": "shoucandanghehe", + "homepage": "https://github.com/shoucandanghehe/nonebot-plugin-tetris-stats", + "tags": [ + { + "label": "a:onebot", + "color": "#da2b2b" + } + ], + "is_official": false } ] \ No newline at end of file