From 65d83e153a11f6ebd79502d0b4b721f8a38a5994 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 7 May 2024 22:16:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20interface=E4=B8=AD=E6=B7=BB=E5=8A=A0win?= =?UTF-8?q?32=E6=A1=8C=E9=9D=A2=E7=AB=AF=E9=80=89=E9=A1=B9=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/interface.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/assets/interface.json b/assets/interface.json index 63e3517..bd481ae 100644 --- a/assets/interface.json +++ b/assets/interface.json @@ -1,9 +1,17 @@ { "controller": [ { - "name": "ADB 默认方式", - "type": "Adb", - "screencap": 16580608 + "name": "安卓端", + "type": "Adb" + }, + { + "name": "桌面端", + "type": "Win32", + "win32": { + "method": "Search", + "class_name": ".*", + "window_name": "Visual Studio" + } } ], "resource": [ @@ -64,4 +72,4 @@ ] } } -} \ No newline at end of file +}