From 24df594b97d56c732e3c79a24834ebb93fca7ae5 Mon Sep 17 00:00:00 2001 From: InariInDream Date: Tue, 23 Aug 2022 06:34:52 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=AF=BE=E8=A1=A8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=20(#1167)?= 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 6a25f958..19c1c2cd 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2356,5 +2356,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_course", + "project_link": "nonebot-plugin-course", + "name": "课表查询", + "desc": "本周课表,完整课表,下节课在哪上,今天还有什么课🤔", + "author": "InariInDream", + "homepage": "https://github.com/InariInDream/nonebot_plugin_course", + "tags": [ + { + "label": "课表", + "color": "#6e9af2" + } + ], + "is_official": false } ] \ No newline at end of file