From 03a90006e554da5f62113d5c74bdaa8074cd7870 Mon Sep 17 00:00:00 2001 From: ANGJustinl Date: Tue, 27 Dec 2022 01:51:25 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=85=BE=E8=AE=AF?= =?UTF-8?q?=E4=BA=91=E5=9B=BE=E5=83=8F=E5=8F=98=E6=8D=A2=20(#1514)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 68a1d09e..7667f868 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3748,5 +3748,24 @@ "homepage": "https://github.com/zhulinyv/nonebot_plugin_ping", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_face2cartoonpic", + "project_link": "nonebot_plugin_face2cartoonpic", + "name": "腾讯云图像变换", + "desc": "✨基于腾讯云合成图的以图绘图的Nonebot插件✨", + "author": "ANGJustinl", + "homepage": "https://github.com/ANGJustinl/nonebot_plugin_face2cartoonpic_main", + "tags": [ + { + "label": "以图绘图", + "color": "#72f15e" + }, + { + "label": "腾讯云", + "color": "#3785f1" + } + ], + "is_official": false } ]