From 36aa322a246a0874fb29a1b5dc5950af023cfec9 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 30 Oct 2022 05:55:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=BC=E5=AE=B9=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8D=E7=9C=9F=E5=AE=9E=E8=8E=B7=E5=8F=96?= =?UTF-8?q?uuid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2495 --- resource/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/config.json b/resource/config.json index 97a1d9b1c8..673f31c24a 100644 --- a/resource/config.json +++ b/resource/config.json @@ -168,7 +168,7 @@ "devices": "[Adb] devices", "addressRegex": "(.+)\tdevice", "connect": "[Adb] connect [AdbSerial]", - "uuid": "[Adb] -s [AdbSerial] shell settings get secure android_id", + "uuid": "[Adb] -s [AdbSerial] shell echo 111111", "click": "[Adb] -s [AdbSerial] shell input tap [x] [y]", "swipe": "[Adb] -s [AdbSerial] shell input swipe [x1] [y1] [x2] [y2] [duration]", "display": "[Adb] -s [AdbSerial] shell dumpsys window displays | grep -o -E cur=+[^\\ ]+ | grep -o -E [0-9]+",