diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 3c38831c..4fa68e67 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -326,5 +326,13 @@ "desc": "获取和风天气信息并转换为图片", "author": "kexue-z", "repo": "https://github.com/kexue-z/nonebot-plugin-heweather" + }, + { + "id": "nonebot_plugin_autohelp", + "link": "nonebot-plugin-autohelp", + "name": "nonebot-plugin-autohelp", + "desc": "响应help/菜单/帮助(群消息或私信)并提供已载入插件的帮助信息(如命令名,aliases,模块文档)", + "author": "ffreemt", + "repo": "https://github.com/ffreemt/nonebot-plugin-autohelp" } ] \ No newline at end of file