From 39c09d22d140fd9d83e463e7cd70b1982bed89c6 Mon Sep 17 00:00:00 2001 From: xiaoWangSec Date: Fri, 1 Sep 2023 18:33:31 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-souti (#2333) --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 612d7caf..409dffdc 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7215,5 +7215,22 @@ "is_official": false, "type": "application", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_souti", + "project_link": "nonebot-plugin-souti", + "name": "nonebot-plugin-souti", + "desc": "使用百度不挂科题库, 可以实现文字搜题功能", + "author": "xiaoWangSec", + "homepage": "https://github.com/xiaoWangSec/nonebot-plugin-souti", + "tags": [ + { + "label": "搜题", + "color": "#49e3d5" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]