diff --git a/website/static/plugins.json b/website/static/plugins.json index 760a6daa..a2cf71d5 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4560,5 +4560,28 @@ "homepage": "https://github.com/techotaku39/nonebot-plugin-ncm-saying", "tags": [], "is_official": false + }, + { + "module_name": "TeenStudy", + "project_link": "teenstudy", + "name": "青年大学习提交(Web UI)", + "desc": "利用httpx库,向后台提交数据完成大学习,返回完成截图", + "author": "ZM25XC", + "homepage": "https://github.com/ZM25XC/TeenStudy", + "tags": [ + { + "label": "青年大学习", + "color": "#e5ea52" + }, + { + "label": "httpx", + "color": "#52ea5f" + }, + { + "label": "Web UI", + "color": "#5295ea" + } + ], + "is_official": false } ]