mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Opt: Change Mumu X screenshot tips to scrcpy
This commit is contained in:
@@ -112,6 +112,10 @@ class ConnectionAttr:
|
||||
def is_wsa(self):
|
||||
return bool(re.match(r'^wsa', self.serial))
|
||||
|
||||
@cached_property
|
||||
def is_mumu_family(self):
|
||||
return self.serial == '127.0.0.1:7555'
|
||||
|
||||
@cached_property
|
||||
def is_emulator(self):
|
||||
return self.serial.startswith('emulator-') or self.serial.startswith('127.0.0.1:')
|
||||
|
||||
Reference in New Issue
Block a user