From d6e176d03b550429a96a8e6480189b3824651142 Mon Sep 17 00:00:00 2001 From: cpuopt Date: Fri, 6 Jan 2023 03:44:31 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=9F=A5=E6=89=BE?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=87=BA=E5=A4=84=20(#1552)?= 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 f5d872f2..a2e1acae 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3940,5 +3940,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_imgexploration", + "project_link": "nonebot-plugin-imgexploration", + "name": "查找图片出处", + "desc": "通过saucenao、ascii2d、Google、Yandx查询图片出处", + "author": "cpuopt", + "homepage": "https://github.com/cpuopt/nonebot_plugin_imgexploration", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:搜图", + "color": "#453df1" + } + ], + "is_official": false } ]