From 7aa554f5a23160d761a9b033691efa016c566d88 Mon Sep 17 00:00:00 2001 From: Sena <34237511+sena-nana@users.noreply.github.com> Date: Tue, 18 Oct 2022 22:06:47 +0800 Subject: [PATCH] =?UTF-8?q?:pencil2:=20Plugin:=20=E8=A1=A5=E5=85=85=20nove?= =?UTF-8?q?lai=20=E6=8F=92=E4=BB=B6=E4=BF=A1=E6=81=AF=20(#1333)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 52dacd02..1a86858d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2969,10 +2969,23 @@ "module_name": "nonebot-plugin-novelai", "project_link": "nonebot-plugin-novelai", "name": "novelai", - "desc": "调用novelai", + "desc": "一个支持novelai、naifu、webui,支持中文功能丰富的ai绘图插件", "author": "sena-nana", "homepage": "https://github.com/sena-nana/MutsukiBot/tree/main/nonebot-plugin-novelai", - "tags": [], + "tags": [ + { + "label": "t:aidraw", + "color": "#ffc646" + }, + { + "label": "t:naifu", + "color": "#ffc646" + }, + { + "label": "t:webui", + "color": "#ffc646" + } + ], "is_official": false }, { @@ -3073,4 +3086,4 @@ ], "is_official": false } -] \ No newline at end of file +]