From f62ee5893c067cf57241167e4e619b12ba424e28 Mon Sep 17 00:00:00 2001 From: ppxxxg22 Date: Sun, 11 Sep 2022 04:14:56 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=9B=BE=E5=83=8F?= =?UTF-8?q?=E8=B6=85=E5=88=86=E8=BE=A8=E7=8E=87=E9=87=8D=E5=BB=BA=20(#1249?= =?UTF-8?q?)?= 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 02664d1d..33545092 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2675,5 +2675,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_RealESRGAN", + "project_link": "nonebot_plugin_RealESRGAN", + "name": "图像超分辨率重建", + "desc": "对图像进行超分辨率重建,可以理解成将图像变大变清晰,不过线上重建的效果没有本地的好,具体可以查阅仓库", + "author": "ppxxxg22", + "homepage": "https://github.com/ppxxxg22/nonebot_plugin_RealESRGAN", + "tags": [ + { + "label": "图像超分辨率重建", + "color": "#ea5252" + } + ], + "is_official": false } ] \ No newline at end of file