From a5bb6e4220be82ea2c19fdcb5467320f56aa5ced Mon Sep 17 00:00:00 2001 From: Rockytkg Date: Wed, 19 Jul 2023 11:46:53 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20DALL-E=E7=BB=98?= =?UTF-8?q?=E5=9B=BE=20(#2200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index d295d185..feaba876 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7177,5 +7177,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_dall-e", + "project_link": "nonebot-plugin-dall-e", + "name": "DALL-E绘图", + "desc": "使用DALL·E绘图", + "author": "Rockytkg", + "homepage": "https://github.com/Rockytkg/nonebot_plugin_dall-e", + "tags": [ + { + "label": "DALL-E", + "color": "#ea5252" + }, + { + "label": "AI画图", + "color": "#52ea61" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]