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

Fix: [ALAS] Add notice to disable network bridging

This commit is contained in:
LmeSzinc
2025-06-14 01:10:22 +08:00
parent c15bce0ab5
commit b2724dca64
3 changed files with 44 additions and 1 deletions

View File

@@ -114,6 +114,16 @@ class EmulatorInstanceBase:
return None
def mumu_vms_config(self, file):
"""
Args:
file (str): Such as customer_config.json
Returns:
str: Absolute filepath to the file
"""
return self.emulator.abspath(f'../vms/{self.name}/configs/{file}')
@cached_property
def LDPlayer_id(self):
"""