From ec8be10f26fb3ff8ec14f7df70cde230cde1693d Mon Sep 17 00:00:00 2001 From: coyude Date: Fri, 7 Jul 2023 22:23:59 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-cfassistant (#2162) --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 06bc5823..2ca87294 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6946,5 +6946,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_cfassistant", + "project_link": "nonebot-plugin-cfassistant", + "name": "nonebot-plugin-cfassistant", + "desc": "一个支持CF(codeforces)平台查询比赛/比赛提醒/监测分数变化的nonebot机器人插件", + "author": "coyude", + "homepage": "https://github.com/coyude/nonebot-plugin-cfassistant", + "tags": [ + { + "label": "ACM", + "color": "#52EACF" + }, + { + "label": "Codeforces", + "color": "#52EACF" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]