From 26a4daad33f580b5e2abdab10e3c4b8c60a8f67a Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Thu, 19 Nov 2020 12:58:35 +0800 Subject: [PATCH] :beers: publish rauthman --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 007aec4c..c6849fc4 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -14,5 +14,13 @@ "desc": "将B站UP主的动态和直播信息推送至QQ", "author": "SK-415", "repo": "SK-415/HarukaBot" + }, + { + "id": "nonebot_plugin_rauthman", + "link": "nonebot-plugin-rauthman", + "name": "rauthman", + "desc": "基于规则的授权管理", + "author": "Lancercmd", + "repo": "Lancercmd/nonebot_plugin_rauthman" } ]