From ab3e9167702b97f6c8081d0feba9573ca19a461b Mon Sep 17 00:00:00 2001 From: Lptr-byte Date: Mon, 10 Jul 2023 23:29:47 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-nobahpicture (#2175) --- website/static/plugins.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 4357a907..918c0838 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7025,5 +7025,30 @@ "nonebot.adapters.onebot.v11", "nonebot.adapters.onebot.v12" ] + }, + { + "module_name": "nonebot_plugin_nobahpicture", + "project_link": "nonebot-plugin-nobahpicture", + "name": "nonebot-plugin-nobahpicture", + "desc": "获取碧蓝档案涩图", + "author": "Lptr-byte", + "homepage": "https://github.com/Lptr-byte/nonebot-plugin-nobahpicture", + "tags": [ + { + "label": "碧蓝档案", + "color": "#00defe" + }, + { + "label": "蔚蓝档案", + "color": "#00defe" + }, + { + "label": "涩图", + "color": "#00defe" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]