From 0adf4d69342b7147b0b6a3c0667852556f4453a6 Mon Sep 17 00:00:00 2001 From: kexue-z Date: Sat, 21 May 2022 02:54:11 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E8=BF=9E=E6=8E=A5=E6=8F=92=E4=BB=B6=20(#994)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 5d69b16a..bf2c5433 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1694,5 +1694,15 @@ "homepage": "https://github.com/NumberSir/nonebot_plugin_baidutranslate", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_tortoise_orm", + "project_link": "nonebot-plugin-tortoise-orm", + "name": "数据库连接插件", + "desc": "使用 tortoise-orm 连接数据库 小白也能轻松优雅的上手!", + "author": "kexue-z", + "homepage": "https://github.com/kexue-z/nonebot-plugin-tortoise-orm", + "tags": [], + "is_official": false } ] \ No newline at end of file