From 423e055ecd86e38ea4efe0352109b5fb8dd11338 Mon Sep 17 00:00:00 2001 From: BigOrangeQWQ Date: Wed, 8 Feb 2023 06:18:08 +0000 Subject: [PATCH] :beers: publish plugin ACMReminder (#1685) --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c0159d4a..bec53d87 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4238,5 +4238,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_acm_reminder", + "project_link": "nonebot-plugin-acm-reminder", + "name": "ACMReminder", + "desc": "获取CF/牛客等平台的竞赛信息的插件", + "author": "BigOrangeQWQ", + "homepage": "https://github.com/BigOrangeQWQ/nonebot_plugin_acm_reminder", + "tags": [ + { + "label": "ACM", + "color": "#3b8b74" + } + ], + "is_official": false } ]