From 92c6a8dd6ef80872ea004cfaf16a80e04a5dc523 Mon Sep 17 00:00:00 2001 From: Ikaros-521 Date: Tue, 6 Dec 2022 14:01:32 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E6=B6=88=E9=99=A4=20(#1445)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index fe705550..c94f40ee 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3510,5 +3510,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_remove_bg", + "project_link": "nonebot-plugin-remove-bg", + "name": "图片背景消除", + "desc": "适用于onebot v11的基于remove.bg的图片背景消除插件", + "author": "Ikaros-521", + "homepage": "https://github.com/Ikaros-521/nonebot_plugin_remove_bg", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:img", + "color": "#111111" + }, + { + "label": "t:removeBG", + "color": "#7a7a7a" + } + ], + "is_official": false } ]