From 38442a4b15d2b996534ac3e8c9b2461306a080dd Mon Sep 17 00:00:00 2001 From: zhangjing Date: Tue, 27 Sep 2022 13:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E5=AD=90=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E3=80=91=E6=96=B0=E5=A2=9E=E5=94=A4=E9=86=92=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E5=B8=B8=E9=87=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangjing --- arkui/ace_ets_web_dev/Test.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arkui/ace_ets_web_dev/Test.json b/arkui/ace_ets_web_dev/Test.json index 5fbc03fba..9d98d84a5 100644 --- a/arkui/ace_ets_web_dev/Test.json +++ b/arkui/ace_ets_web_dev/Test.json @@ -14,5 +14,13 @@ ], "type": "AppInstallKit", "cleanup-apps": true - }] + }, + { + "type": "ShellKit", + "run-command": [ + "power-shell wakeup", + "power-shell setmode 602" + ] + } + ] } \ No newline at end of file -- GitLab