1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00

Add: Hermit, another control method

- Add: Dump hierarchy via ADB and uiautomator2
- Fix: Device screenshot saving
This commit is contained in:
LmeSzinc
2022-01-27 16:11:43 +08:00
parent 25076cf5e5
commit e95a145653
20 changed files with 549 additions and 57 deletions

View File

@@ -34,7 +34,8 @@
"option": [
"ADB",
"uiautomator2",
"minitouch"
"minitouch",
"Hermit"
]
}
},
@@ -6289,13 +6290,33 @@
},
"Benchmark": {
"Benchmark": {
"TestScreenshotMethod": {
"AdbScreenshot": {
"type": "checkbox",
"value": true
},
"TestClickMethod": {
"Uiautomator2Screenshot": {
"type": "checkbox",
"value": true
},
"AscreencapScreenshot": {
"type": "checkbox",
"value": true
},
"AdbClick": {
"type": "checkbox",
"value": true
},
"Uiautomator2Click": {
"type": "checkbox",
"value": true
},
"MinitouchClick": {
"type": "checkbox",
"value": true
},
"HermitClick": {
"type": "checkbox",
"value": false
}
}
},

View File

@@ -24,7 +24,7 @@ Emulator:
option: [ADB, uiautomator2, aScreenCap]
ControlMethod:
value: minitouch
option: [ADB, uiautomator2, minitouch]
option: [ADB, uiautomator2, minitouch, Hermit]
Error:
HandleError: true
SaveError: true
@@ -482,8 +482,13 @@ Daemon:
OpsiDaemon:
RepairShip: true
Benchmark:
TestScreenshotMethod: true
TestClickMethod: true
AdbScreenshot: true
Uiautomator2Screenshot: true
AscreencapScreenshot: true
AdbClick: true
Uiautomator2Click: true
MinitouchClick: true
HermitClick: false
AzurLaneUncensored:
Repository: https://gitee.com/LmeSzinc/AzurLaneUncensored
GameManager: