1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 14:03:44 +08:00

fix: merge func TryRestart into HandleError

This commit is contained in:
yanyihui
2021-12-17 19:15:45 +08:00
parent d82a3742bb
commit 2faaa2b2ad
8 changed files with 16 additions and 33 deletions

View File

@@ -296,7 +296,7 @@
},
"HandleError": {
"name": "启用异常处理",
"help": "处理部分异常,运行出错时撤退"
"help": "处理部分异常,运行出错时撤退\n部分任务中会将出错的任务移出列表并重启游戏"
},
"SaveError": {
"name": "出错时,保存 Log 和截图",
@@ -305,10 +305,6 @@
"ScreenshotLength": {
"name": "出错时,保留最后 X 张截图",
"help": ""
},
"TryRestart": {
"name": "出错时,尝试重启(未完成)",
"help": "处理部分异常,将出错的任务移出列表,并重启游戏"
}
},
"Optimization": {