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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user