diff --git a/website/static/plugins.json b/website/static/plugins.json index ee6b4f26..c5ddf495 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6904,5 +6904,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_update", + "project_link": "nonebot-plugin-update", + "name": "nonebot-plugin-update", + "desc": "用于检测 Nonebot 插件更新的 Nonebot 插件", + "author": "djkcyl", + "homepage": "https://github.com/Aunly/nonebot-plugin-update", + "tags": [ + { + "label": "Nonebot", + "color": "#ea5252" + }, + { + "label": "tool", + "color": "#527dea" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]