From 1beee94c1d57e900597c09cf544805e80104fe5c Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Sat, 10 Dec 2022 08:00:07 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=20(#1463)?= 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 50305394..bcc2d7e8 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3553,5 +3553,20 @@ "homepage": "https://github.com/A-kirami/nonebot-plugin-exchangerate", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_access_control", + "project_link": "nonebot-plugin-access-control", + "name": "权限控制", + "desc": "支持功能级别的细粒度权限控制,对未适配插件也支持插件级别的权限控制", + "author": "ssttkkl", + "homepage": "https://github.com/ssttkkl/nonebot-plugin-access-control", + "tags": [ + { + "label": "t:权限控制", + "color": "#0e9763" + } + ], + "is_official": false } ]