1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Add: nemu_ipc screenshot and control proxy

This commit is contained in:
LmeSzinc
2024-03-28 21:41:53 +08:00
parent 501d0e6a7f
commit 54f06bc91e
3 changed files with 16 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ from module.logger import logger
class AppControl(Adb, WSA, Uiautomator2):
hierarchy: etree._Element
_app_u2_family = ['uiautomator2', 'minitouch', 'scrcpy', 'MaaTouch']
_app_u2_family = ['uiautomator2', 'minitouch', 'scrcpy', 'MaaTouch', 'nemu_ipc']
def app_is_running(self) -> bool:
method = self.config.Emulator_ControlMethod