mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Merge pull request #1953 from SaiCateDoan/fix
Upd: Text of multiple open support for MAA
This commit is contained in:
commit
5640b8200e
@ -67,6 +67,8 @@ class AdbManager(DeployConfig):
|
||||
'please enable ADB in the settings of your emulator')
|
||||
exit(1)
|
||||
except ConnectionError:
|
||||
if _ == 1:
|
||||
raise
|
||||
init.GITHUB_BASEURL = 'http://tool.appetizer.io/openatx'
|
||||
|
||||
initer._device.shell(["rm", "/data/local/tmp/minicap"])
|
||||
|
||||
@ -152,7 +152,7 @@
|
||||
},
|
||||
"MaaPath": {
|
||||
"name": "MAA安装路径",
|
||||
"help": "警告:由于MAA本身不支持多开,如果想要使用多开功能需要手动复制MAA,否则会导致严重错误"
|
||||
"help": "Alas的MAA插件支持多开,多个MAA配置可以共用安装路径"
|
||||
}
|
||||
},
|
||||
"MaaRecord": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user