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