Skip to content

Commit

Permalink
feat: interface中添加win32桌面端选项示例
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored May 7, 2024
1 parent a32b2b5 commit 65d83e1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions assets/interface.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -64,4 +72,4 @@
]
}
}
}
}

0 comments on commit 65d83e1

Please sign in to comment.