From bddd8484b3699733cc2902312920880deeff01b8 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 3 Dec 2022 03:29:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BB=99=E5=A4=9C=E7=A5=9E=E4=B9=9F?= =?UTF-8?q?=E6=89=93=E5=BC=80=E6=9A=82=E5=81=9C=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resource/config.json b/resource/config.json index eb8eb3f198..7d6d7976cd 100644 --- a/resource/config.json +++ b/resource/config.json @@ -154,8 +154,7 @@ "uuid": "[Adb] -s [AdbSerial] shell settings get secure android_id", "click": "[Adb] -s [AdbSerial] shell input tap [x] [y]", "swipe": "[Adb] -s [AdbSerial] shell input swipe [x1] [y1] [x2] [y2] [duration]", - "pressEsc": "", - "pressEsc_Doc": "据群友反馈,夜神不支持暂停部署", + "pressEsc": "[Adb] -s [AdbSerial] shell input keyevent 111", "display": "[Adb] -s [AdbSerial] shell dumpsys window displays | grep -o -E cur=+[^\\ ]+ | grep -o -E [0-9]+", "displayFormat": "%d%d", "screencapRawByNC": "[Adb] -s [AdbSerial] exec-out \"screencap | nc -w 3 [NcAddress] [NcPort]\"",