mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 09:17:22 +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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user