From b4fc9f9539380e627ce7fdec51c13e75ad3bf737 Mon Sep 17 00:00:00 2001 From: mobyw Date: Thu, 10 Feb 2022 06:11:55 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=BD=BB=E9=87=8F?= =?UTF-8?q?=E6=96=87=E5=AD=97=E8=BD=AC=E5=9B=BE=E7=89=87=E6=8F=92=E4=BB=B6?= 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 921747a5..add92fac 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1268,5 +1268,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_txt2img", + "project_link": "nonebot-plugin-txt2img", + "name": "轻量文字转图片插件", + "desc": "基于PIL的轻量文字转图片插件", + "author": "mobyw", + "homepage": "https://github.com/mobyw/nonebot-plugin-txt2img", + "tags": [ + { + "label": "a:onebot", + "color": "#0083ff" + } + ], + "is_official": false } ] \ No newline at end of file