mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Add: Support of touch method for MAA
This commit is contained in:
@@ -21,6 +21,19 @@
|
||||
"MaaPath": {
|
||||
"type": "textarea",
|
||||
"value": "D:/Program Files/MAA"
|
||||
},
|
||||
"TouchMethod": {
|
||||
"type": "select",
|
||||
"value": "minitouch",
|
||||
"option": [
|
||||
"minitouch",
|
||||
"maatouch",
|
||||
"adb"
|
||||
]
|
||||
},
|
||||
"DeploymentWithPause": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"MaaRecord": {
|
||||
|
||||
Reference in New Issue
Block a user