From 9e316bff77f7caf9a4b111519724773c19bb8c03 Mon Sep 17 00:00:00 2001 From: kexue-z Date: Wed, 22 Dec 2021 08:46:54 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E6=9D=A5=E7=94=9F=E6=88=90=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 250cb52d..9cd44aa2 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -582,5 +582,13 @@ "desc": "在 NoneBot2 中加载 OlivOS 插件", "author": "j1g5awi", "repo": "https://github.com/nonepkg/OlivOS.nb2" + }, + { + "id": "nonebot_plugin_htmlrender", + "link": "nonebot-plugin-htmlrender", + "name": "通过浏览器来生成图片", + "desc": "通过playwright加一点点前端知识来简单的生成图片", + "author": "kexue-z", + "repo": "https://github.com/kexue-z/nonebot-plugin-htmlrender" } ] \ No newline at end of file