From a69ccb4e6c9597ba7246de4184dd3c78d391c496 Mon Sep 17 00:00:00 2001 From: istrashguy Date: Thu, 5 Jan 2023 04:14:29 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=9B=BE=E5=83=8F?= =?UTF-8?q?=E6=A0=87=E6=B3=A8=20(#1546)?= 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 67da0453..d5c82a89 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3902,5 +3902,24 @@ "homepage": "https://github.com/CMHopeSunshine/nonebot-plugin-couplets", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_Imagelabels", + "project_link": "nonebot-plugin-Imagelabels", + "name": "图像标注", + "desc": "基于yolov5的图像标注插件", + "author": "istrashguy", + "homepage": "https://github.com/istrashguy/nonebot_plugin_Imagelabels", + "tags": [ + { + "label": "Yolov5", + "color": "#9a2828" + }, + { + "label": "图像标注", + "color": "#e981dc" + } + ], + "is_official": false } ]