From b3722bd637fbf4d942c3795234a7a595c279f159 Mon Sep 17 00:00:00 2001 From: LuckySJTU Date: Sat, 19 Aug 2023 10:43:09 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20arxiv=E8=AE=A2?= =?UTF-8?q?=E9=98=85=20(#2281)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index f7258249..2eb32d80 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7150,5 +7150,30 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_arxivRSS", + "project_link": "nonebot-plugin-arxivRSS", + "name": "arxiv订阅", + "desc": "订阅arxiv指定领域每天更新的论文", + "author": "LuckySJTU", + "homepage": "https://github.com/LuckySJTU/nonebot-plugin-arxivRSS/", + "tags": [ + { + "label": "arxiv", + "color": "#f30f0f" + }, + { + "label": "RSS", + "color": "#70a7d8" + }, + { + "label": "论文", + "color": "#f541dc" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]