From bd2225c43c5e528293c8a1ee1367609d198f5209 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 30 May 2022 20:40:10 +0800 Subject: [PATCH] :beers: publish plugin imagetools (#1020) (#1021) Co-authored-by: MeetWq --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 5fb93ea8..69168647 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1754,5 +1754,20 @@ "homepage": "https://github.com/NumberSir/nonebot_plugin_arktools", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_imagetools", + "project_link": "nonebot-plugin-imagetools", + "name": "imagetools", + "desc": "一些简单的图片操作", + "author": "MeetWq", + "homepage": "https://github.com/noneplugin/nonebot-plugin-imagetools", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } ] \ No newline at end of file