mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: Task storage support
This commit is contained in:
@@ -2227,6 +2227,16 @@
|
||||
"help": "Log back into the game when the game has been ended."
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"_info": {
|
||||
"name": "Task status",
|
||||
"help": "Store internal status of the task. Clear manually when the task is abnormal"
|
||||
},
|
||||
"Storage": {
|
||||
"name": "Storage.Storage.name",
|
||||
"help": "Storage.Storage.help"
|
||||
}
|
||||
},
|
||||
"Gui": {
|
||||
"Aside": {
|
||||
"Install": "Install",
|
||||
@@ -2314,7 +2324,8 @@
|
||||
"SSHNotInstall": "No SSH command in your system. Please refer to the tutorial to download or install one"
|
||||
},
|
||||
"Text": {
|
||||
"InvalidFeedBack": "Invalid format. Example: {0}"
|
||||
"InvalidFeedBack": "Invalid format. Example: {0}",
|
||||
"Clear": "Clear"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2227,6 +2227,16 @@
|
||||
"help": "GameManager.AutoRestart.help"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"_info": {
|
||||
"name": "Storage._info.name",
|
||||
"help": "Storage._info.help"
|
||||
},
|
||||
"Storage": {
|
||||
"name": "Storage.Storage.name",
|
||||
"help": "Storage.Storage.help"
|
||||
}
|
||||
},
|
||||
"Gui": {
|
||||
"Aside": {
|
||||
"Install": "Gui.Aside.Install",
|
||||
@@ -2314,7 +2324,8 @@
|
||||
"SSHNotInstall": "Gui.Remote.SSHNotInstall"
|
||||
},
|
||||
"Text": {
|
||||
"InvalidFeedBack": "Gui.Text.InvalidFeedBack"
|
||||
"InvalidFeedBack": "Gui.Text.InvalidFeedBack",
|
||||
"Clear": "Gui.Text.Clear"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2227,6 +2227,16 @@
|
||||
"help": "游戏被强制结束后自动登录游戏"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"_info": {
|
||||
"name": "任务状态",
|
||||
"help": "存放任务内部状态,任务异常时可以手动清除"
|
||||
},
|
||||
"Storage": {
|
||||
"name": "Storage.Storage.name",
|
||||
"help": "Storage.Storage.help"
|
||||
}
|
||||
},
|
||||
"Gui": {
|
||||
"Aside": {
|
||||
"Install": "安装",
|
||||
@@ -2314,7 +2324,8 @@
|
||||
"SSHNotInstall": "系统中没有 ssh 工具,请参考教程下载或安装 ssh"
|
||||
},
|
||||
"Text": {
|
||||
"InvalidFeedBack": "格式错误。 示例:{0}"
|
||||
"InvalidFeedBack": "格式错误。 示例:{0}",
|
||||
"Clear": "清除"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2227,6 +2227,16 @@
|
||||
"help": "遊戲被強制結束後自動登錄遊戲"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"_info": {
|
||||
"name": "任務狀態",
|
||||
"help": "存放任務內部狀態,任務异常時可以手動清除"
|
||||
},
|
||||
"Storage": {
|
||||
"name": "Storage.Storage.name",
|
||||
"help": "Storage.Storage.help"
|
||||
}
|
||||
},
|
||||
"Gui": {
|
||||
"Aside": {
|
||||
"Install": "安裝",
|
||||
@@ -2314,7 +2324,8 @@
|
||||
"SSHNotInstall": "系統中沒有 ssh 工具,請參閱教程下載安裝 ssh"
|
||||
},
|
||||
"Text": {
|
||||
"InvalidFeedBack": "格式錯誤。 示例:{0}"
|
||||
"InvalidFeedBack": "格式錯誤。 示例:{0}",
|
||||
"Clear": "清除"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user