From 37494543dbd8339a5bcb96aad4024f0e2c1bbf70 Mon Sep 17 00:00:00 2001 From: liuzhaoze Date: Sun, 31 Aug 2025 22:03:17 +0800 Subject: [PATCH] :beers: publish plugin ELF_RSS Next (#3658) --- assets/plugins.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 40a7952d..58587cab 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9560,4 +9560,16 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot_plugin_elf_rss_next", + "project_link": "nonebot-plugin-elf-rss-next", + "author_id": 45394586, + "tags": [ + { + "label": "RSS", + "color": "#ea5252" + } + ], + "is_official": false + }, ]