From acf729f6e7424e197a3d180c8a519832ddf04353 Mon Sep 17 00:00:00 2001 From: tiehu Date: Wed, 8 Nov 2023 10:33:09 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=B1=80=E5=9F=9F?= =?UTF-8?q?=E7=BD=91=E5=94=A4=E9=86=92=20(#2448)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 46038861..9ea261c7 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5287,5 +5287,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_wake_on_lan", + "project_link": "nonebot-plugin-wake-on-lan", + "author": "tiehu", + "tags": [ + { + "label": "局域网唤醒", + "color": "#1e90ff" + }, + { + "label": "WOL", + "color": "#4682b4" + } + ], + "is_official": false } ]