🍻 publish plugin DALL-E绘图 (#2200)

This commit is contained in:
Rockytkg 2023-07-19 11:46:53 +08:00 committed by noneflow[bot]
parent 4fc99771c5
commit a5bb6e4220

View File

@ -7177,5 +7177,26 @@
"is_official": false, "is_official": false,
"type": "application", "type": "application",
"supported_adapters": ["nonebot.adapters.onebot.v11"] "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"]
} }
] ]