From 76ccd241fc8c817f7bea282e16c0d263c7496fc7 Mon Sep 17 00:00:00 2001 From: canxin121 Date: Mon, 3 Apr 2023 17:01:35 +0000 Subject: [PATCH] :beers: publish plugin nonebot_paddle_ocr (#1881) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 87413e3a..500ace8b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5128,5 +5128,15 @@ "homepage": "https://github.com/canxin121/nonebot_api_paddleocr", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_paddle_ocr", + "project_link": "nonebot-paddle-ocr", + "name": "nonebot_paddle_ocr", + "desc": "nonebot_paddle_ocr", + "author": "canxin121", + "homepage": "https://github.com/canxin121/nonebot_paddle_ocr", + "tags": [], + "is_official": false } ]