From 139190bff7ea8b445496dadc02511c488e770a41 Mon Sep 17 00:00:00 2001 From: ZYKsslm Date: Sun, 20 Nov 2022 09:36:59 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=85=8D=E8=B4=B9?= =?UTF-8?q?=E7=89=88NovelAI=E7=94=9F=E5=9B=BE=E6=8F=92=E4=BB=B6=20(#1407)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 133f9f6b..4bd904f8 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3366,5 +3366,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_zyk_novelai", + "project_link": "nonebot-plugin-zyk-novelai", + "name": "免费版NovelAI生图插件", + "desc": "一个用于nonebot2的简约AI绘图插件。没有繁琐的使用指令,配置过程简单迅捷,代码简洁易懂,还有更多功能将会陆续加入。", + "author": "ZYKsslm", + "homepage": "https://github.com/ZYKsslm/nonebot_plugin_zyk_novelai", + "tags": [ + { + "label": "Free", + "color": "#42e22f" + }, + { + "label": "Simple", + "color": "#e2d92f" + }, + { + "label": "Novelai", + "color": "#3e10e9" + } + ], + "is_official": false } ]