From 7ab480f044a4b7f174fcf88a39756fd0b602cb08 Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Wed, 26 Oct 2022 05:56:58 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20NoneBot=20SQLAlche?= =?UTF-8?q?my=E5=B0=81=E8=A3=85=20(#1344)?= 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 1e1bf113..b5c903ce 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3151,5 +3151,20 @@ "homepage": "https://github.com/jcjrobert/nonebot-plugin-random", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_sqlalchemy", + "project_link": "nonebot-plugin-sqlalchemy", + "name": "NoneBot SQLAlchemy封装", + "desc": "提供简单的sqlalchemy封装", + "author": "ssttkkl", + "homepage": "https://github.com/ssttkkl/nonebot-plugin-sqlalchemy", + "tags": [ + { + "label": "t:sql", + "color": "#ad1717" + } + ], + "is_official": false } ] \ No newline at end of file