From 7d52f5af4d36b0f028d8f123913368e29732205a Mon Sep 17 00:00:00 2001 From: Alpaca4610 Date: Sun, 11 Jun 2023 12:50:02 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20AI=E4=BD=9C?= =?UTF-8?q?=E6=9B=B2=20(#2092)?= 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 ceeee146..c24f8d74 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5927,5 +5927,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_audiocraft", + "project_link": "nonebot-plugin-audiocraft", + "name": "AI作曲", + "desc": "Nonebot框架下的AI作曲插件", + "author": "Alpaca4610", + "homepage": "https://github.com/Alpaca4610/nonebot-plugin-audiocraft", + "tags": [ + { + "label": "AI", + "color": "#ea5252" + } + ], + "is_official": false } ]