From 2e78de3d5d7ab331d6b178e66a43a8256dfad773 Mon Sep 17 00:00:00 2001 From: mobyw Date: Tue, 25 Jan 2022 11:27:15 +0000 Subject: [PATCH] :beers: publish plugin nonebot-general-rss --- website/static/plugins.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index bf2628d2..8e913963 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1100,5 +1100,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot-general-rss", + "project_link": "nonebot-general-rss", + "name": "nonebot-general-rss", + "desc": "支持频道的通用RSS订阅插件", + "author": "mobyw", + "homepage": "https://github.com/mobyw/nonebot-general-rss", + "tags": [ + { + "label": "t:RSS", + "color": "#80070b" + }, + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } -] +] \ No newline at end of file