From f28d3548753a4a5100c9ad8b7d2e8883bd7f47c5 Mon Sep 17 00:00:00 2001 From: xi-yue-233 Date: Fri, 19 May 2023 01:15:36 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BE=BF=E6=90=BA?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=AE=89=E8=A3=85=E5=99=A8=20(#2026)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 88e4103d..04777889 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5763,5 +5763,20 @@ "homepage": "https://github.com/noneplugin/nonebot-plugin-session", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_pluginupdatecheck", + "project_link": "nonebot-plugin-pluginupdatecheck", + "name": "便携插件安装器", + "desc": "一个nonebot2的插件便捷安装和升级插件(基于nb-cli和pip)", + "author": "xi-yue-233", + "homepage": "https://github.com/xi-yue-233/nonebot-plugin-pluginupdatecheck", + "tags": [ + { + "label": "便携安装", + "color": "#e42828" + } + ], + "is_official": false } ]