From 02301f60989a96b8437dba9270dd4a33ad92309b Mon Sep 17 00:00:00 2001 From: longchengguxiao Date: Sat, 28 Jan 2023 08:40:27 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20XDU=E6=A0=A1?= =?UTF-8?q?=E5=9B=AD=E6=9C=8D=E5=8A=A1=20(#1641)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 8de85b15..493dfb78 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3971,5 +3971,20 @@ "homepage": "https://github.com/Proviasw/nonebot-plugin-mcport", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_xdu_support", + "project_link": "nonebot_plugin_xdu_support", + "name": "XDU校园服务", + "desc": "Nonebot2插件,提供基础的西电校园服务,如课表提醒,体育打卡查询及提醒,晨午晚检打卡和马原测试等功能。", + "author": "longchengguxiao", + "homepage": "https://github.com/longchengguxiao/nonebot_plugin_xdu_support", + "tags": [ + { + "label": "大学校园", + "color": "#52b5ea" + } + ], + "is_official": false } ]