From 1cabc18277d6d3a139ef6ff936cd0cf476bedeec Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Sun, 30 Oct 2022 17:01:54 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=97=A5=E9=BA=BB?= =?UTF-8?q?=E5=AF=84=E5=88=86=E5=99=A8=20(#1356)?= 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 6f75953d..7b0d7fae 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3210,5 +3210,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_mahjong_scoreboard", + "project_link": "nonebot-plugin-mahjong-scoreboard", + "name": "日麻寄分器", + "desc": "为群友提供日麻对局分数记录。根据马点进行PT精算,统计PT增减,支持对局与榜单查询与导出。", + "author": "ssttkkl", + "homepage": "https://github.com/ssttkkl/nonebot-plugin-mahjong-scoreboard", + "tags": [ + { + "label": "a:onebot", + "color": "#4684d3" + }, + { + "label": "t:日麻", + "color": "#4684d3" + } + ], + "is_official": false } ] \ No newline at end of file