From 4fe8929441a01583e1d787e5efc0d01cc53c154b Mon Sep 17 00:00:00 2001 From: NewYearPrism Date: Thu, 29 Sep 2022 08:16:30 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=96=87=E5=AD=97?= =?UTF-8?q?=E8=AF=86=E5=88=AB=20(#1294)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index ada65a3c..b3b5f313 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2862,5 +2862,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_ocr", + "project_link": "nonebot-plugin-ocr", + "name": "文字识别", + "desc": "识别图片中的文字", + "author": "NewYearPrism", + "homepage": "https://github.com/NewYearPrism/nonebot-plugin-ocr", + "tags": [ + { + "label": "ocr ", + "color": "#ea5252" + } + ], + "is_official": false } ] \ No newline at end of file