1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 11:43:08 +08:00

Add: config for island order

This commit is contained in:
guoh064
2026-06-17 15:50:59 +08:00
parent 3c49ca776b
commit d286cc792b
8 changed files with 77 additions and 0 deletions

View File

@@ -9382,6 +9382,51 @@
}
}
},
"IslandOrder": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "IslandOrder",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 0,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 120,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"IslandFreebie": {
"Scheduler": {
"Enable": {

View File

@@ -100,6 +100,7 @@
"page": "setting",
"tasks": [
"IslandProduction",
"IslandOrder",
"IslandFreebie",
"IslandCollect",
"IslandSeasonTask",

View File

@@ -333,6 +333,8 @@ Island:
IslandProduction:
- Scheduler
- IslandProduction
IslandOrder:
- Scheduler
IslandFreebie:
- Scheduler
- IslandFreebie