From f1ee54e5c9c4414efdb8fdd8b6390f330cbfa4e1 Mon Sep 17 00:00:00 2001 From: Cvandia Date: Sun, 8 Jan 2023 04:58:09 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=95=B4=E7=82=B9?= =?UTF-8?q?=E6=8A=A5=E6=97=B6=20(#1568)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 80b075f7..82d4d58a 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3972,5 +3972,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_nowtime", + "project_link": "nonebot-plugin-nowtime", + "name": "整点报时", + "desc": "每时为你语音整点报时", + "author": "Cvandia", + "homepage": "https://github.com/Cvandia/nonebot_plugin_nowtime", + "tags": [ + { + "label": "t:整点报时", + "color": "#5eea52" + }, + { + "label": "语音", + "color": "#c84fdb" + } + ], + "is_official": false } ]