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