From 3d6774136f0b709a1fe90c2ce91587a1c2e1e96d Mon Sep 17 00:00:00 2001 From: mengxinyuan638 Date: Fri, 13 Jan 2023 09:02:43 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8E=9F=E7=A5=9E?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E5=85=AC=E5=91=8A=20(#1584)?= 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 1cceb785..f76d5ab1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4030,5 +4030,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_yuanshen_notice", + "project_link": "nonebot-plugin-yuanshen-notice", + "name": "原神实时公告", + "desc": "实时展示官网最新前20条公告", + "author": "mengxinyuan638", + "homepage": "https://github.com/mengxinyuan638/nonebot_plugin_yuanshen_notice", + "tags": [ + { + "label": "原神", + "color": "#ef3700" + }, + { + "label": "公告", + "color": "#00ef04" + } + ], + "is_official": false } ]