1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 06:25:25 +08:00

Merge pull request #1953 from SaiCateDoan/fix

Upd: Text of multiple open support for MAA
This commit is contained in:
LmeSzinc
2022-12-07 20:07:07 +08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ class AdbManager(DeployConfig):
'please enable ADB in the settings of your emulator') 'please enable ADB in the settings of your emulator')
exit(1) exit(1)
except ConnectionError: except ConnectionError:
if _ == 1:
raise
init.GITHUB_BASEURL = 'http://tool.appetizer.io/openatx' init.GITHUB_BASEURL = 'http://tool.appetizer.io/openatx'
initer._device.shell(["rm", "/data/local/tmp/minicap"]) initer._device.shell(["rm", "/data/local/tmp/minicap"])

View File

@@ -152,7 +152,7 @@
}, },
"MaaPath": { "MaaPath": {
"name": "MAA安装路径", "name": "MAA安装路径",
"help": "警告由于MAA本身不支持多开如果想要使用多开功能需要手动复制MAA否则会导致严重错误" "help": "Alas的MAA插件支持多开多个MAA配置可以共用安装路径"
} }
}, },
"MaaRecord": { "MaaRecord": {