From 75856e63f668ba7638a2a2aeebaf95c0d09184d1 Mon Sep 17 00:00:00 2001 From: cubstaryow Date: Sat, 25 May 2024 12:38:09 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E9=89=B4=E6=9D=83=20(#2726)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index d4bbd25e..1c4767c1 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6080,5 +6080,25 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_authrespond", + "project_link": "nonebot-plugin-authrespond", + "author": "cubstaryow", + "tags": [ + { + "label": "黑名单", + "color": "#e81616" + }, + { + "label": "cubplugins", + "color": "#28a5d1" + }, + { + "label": "权限控制", + "color": "#c75d59" + } + ], + "is_official": false } ]