From 34d307b881a58621f3ef3174481846e071860f46 Mon Sep 17 00:00:00 2001 From: ZM25XC Date: Fri, 3 Mar 2023 02:58:03 +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(=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E7=89=88)=20(#1763)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index a2cf71d5..32e0a569 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4583,5 +4583,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_auto_teenstudy", + "project_link": "nonebot-plugin-auto-teenstudy", + "name": "青年大学习提交(基础版)", + "desc": "使用httpx向各地区大学习发送post请求完成大学习,返回完成截图", + "author": "ZM25XC", + "homepage": "https://github.com/ZM25XC/nonebot_plugin_auto_teenstudy", + "tags": [ + { + "label": "青年大学习", + "color": "#e8f710" + }, + { + "label": "多地区", + "color": "#108ef7" + } + ], + "is_official": false } ]