From 79374c13ef12b3835462ae6aab4bfdf1d2f9dc46 Mon Sep 17 00:00:00 2001 From: Li Peiya <46446884+kola-web@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=9C=BA=E8=AE=A1=E7=AE=97=E6=9C=BA?= =?UTF-8?q?=EF=BC=8C=E5=85=BC=E5=AE=B9=E4=B8=AD=E6=96=87=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=B3=95=20(#313)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/Shutdown/main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repo/js/Shutdown/main.js b/repo/js/Shutdown/main.js index 01849678..75dcbbb4 100644 --- a/repo/js/Shutdown/main.js +++ b/repo/js/Shutdown/main.js @@ -12,4 +12,6 @@ keyPress("U"); await sleep(1000); keyPress("U"); -})(); \ No newline at end of file + await sleep(50); + keyPress("RETURN"); +})();