mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 12:47:23 +08:00
Add: Task storage support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user