mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +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": {
|
||||
|
||||
@@ -45,6 +45,11 @@ MaaEmulator:
|
||||
MaaPath:
|
||||
value: D:/Program Files/MAA
|
||||
type: textarea
|
||||
TouchMethod:
|
||||
value: minitouch
|
||||
option: [minitouch, maatouch, adb]
|
||||
DeploymentWithPause:
|
||||
value: false
|
||||
MaaRecord:
|
||||
ReportToPenguin: false
|
||||
PenguinID: null
|
||||
|
||||
Reference in New Issue
Block a user