From 0ef5940d0f9c4bc13d9f03a1aad3c1d7451513a9 Mon Sep 17 00:00:00 2001 From: HuParry Date: Fri, 7 Jul 2023 16:58:38 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=AE=97=E6=B3=95?= =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E6=AF=94=E8=B5=9B=E6=9F=A5=E8=AF=A2=20(#2158?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c5ddf495..06bc5823 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6925,5 +6925,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_cp_broadcast", + "project_link": "nonebot-plugin-cp-broadcast", + "name": "算法竞赛比赛查询", + "desc": "可以查询牛客、atcoder、codeforces平台的今天和近几天的比赛信息", + "author": "HuParry", + "homepage": "https://github.com/HuParry/nonebot-plugin-cp-broadcast", + "tags": [ + { + "label": "算法竞赛", + "color": "#ea5252" + }, + { + "label": "比赛播报", + "color": "#55ea52" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]