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

Add: [ALAS] Support MuMuPlayer12 5.0

This commit is contained in:
LmeSzinc
2025-06-14 00:07:51 +08:00
parent 999a121625
commit ac3ce726a5
4 changed files with 35 additions and 18 deletions

View File

@@ -124,13 +124,14 @@ class EmulatorInstanceBase:
Returns:
int: Instance ID, or None if this is not a LDPlayer instance
"""
"""
res = re.search(r'leidian(\d+)', self.name)
if res:
return int(res.group(1))
return None
class EmulatorBase:
# Values here must match those in argument.yaml EmulatorInfo.Emulator.option
NoxPlayer = 'NoxPlayer'