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

@@ -22,7 +22,7 @@ class GeneratedConfig:
Emulator_PackageName = 'com.bilibili.azurlane'
Emulator_Server = 'cn' # cn, en, jp, tw
Emulator_ScreenshotMethod = 'ADB' # ADB, uiautomator2, aScreenCap
Emulator_ControlMethod = 'minitouch' # ADB, uiautomator2, minitouch
Emulator_ControlMethod = 'minitouch' # ADB, uiautomator2, minitouch, Hermit
# Group `Error`
Error_HandleError = True
@@ -341,8 +341,13 @@ class GeneratedConfig:
OpsiDaemon_RepairShip = True
# Group `Benchmark`
Benchmark_TestScreenshotMethod = True
Benchmark_TestClickMethod = True
Benchmark_AdbScreenshot = True
Benchmark_Uiautomator2Screenshot = True
Benchmark_AscreencapScreenshot = True
Benchmark_AdbClick = True
Benchmark_Uiautomator2Click = True
Benchmark_MinitouchClick = True
Benchmark_HermitClick = False
# Group `AzurLaneUncensored`
AzurLaneUncensored_Repository = 'https://gitee.com/LmeSzinc/AzurLaneUncensored'