From f324b62eb2e453aaa3d5a78f2f5312f33b997f0c Mon Sep 17 00:00:00 2001 From: ZM25XC Date: Wed, 1 Mar 2023 12:47:41 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9D=92=E5=B9=B4?= =?UTF-8?q?=E5=A4=A7=E5=AD=A6=E4=B9=A0=E6=8F=90=E4=BA=A4(Web=20UI)=20(#176?= =?UTF-8?q?1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 } ]