From 2b22d5abda2ff78a38dac44546db53264c55c6ec Mon Sep 17 00:00:00 2001 From: sena-nana Date: Sun, 28 Aug 2022 11:32:43 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9B=A8=E8=AF=BE?= =?UTF-8?q?=E5=A0=82=E8=87=AA=E5=8A=A8=E7=AD=BE=E5=88=B0=20(#1188)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 4374f181..717e4d0e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2457,5 +2457,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot-plugin-ykt", + "project_link": "nonebot-plugin-ykt", + "name": "雨课堂自动签到", + "desc": "使用playwright模拟浏览器签到雨课堂,并将腾讯会议号发送给superuser", + "author": "sena-nana", + "homepage": "https://github.com/sena-nana/MutsukiBot/tree/main/nonebot-plugin-ykt", + "tags": [ + { + "label": "playwright", + "color": "#ea5252" + } + ], + "is_official": false } ] \ No newline at end of file