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 } ]