mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -3077,12 +3077,13 @@
|
||||
"raid_20240328"
|
||||
],
|
||||
"option_bold": [
|
||||
"raid_20240130",
|
||||
"raid_20240328"
|
||||
],
|
||||
"cn": "raid_20240328",
|
||||
"en": "raid_20240328",
|
||||
"jp": "raid_20240328",
|
||||
"tw": "raid_20240328"
|
||||
"tw": "raid_20240130"
|
||||
},
|
||||
"Mode": {
|
||||
"type": "select",
|
||||
@@ -6443,12 +6444,13 @@
|
||||
"raid_20240328"
|
||||
],
|
||||
"option_bold": [
|
||||
"raid_20240130",
|
||||
"raid_20240328"
|
||||
],
|
||||
"cn": "raid_20240328",
|
||||
"en": "raid_20240328",
|
||||
"jp": "raid_20240328",
|
||||
"tw": "raid_20240328"
|
||||
"tw": "raid_20240130"
|
||||
},
|
||||
"Mode": {
|
||||
"type": "select",
|
||||
@@ -7462,6 +7464,61 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Awaken": {
|
||||
"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": "Awaken",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 120,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"Awaken": {
|
||||
"LevelCap": {
|
||||
"type": "select",
|
||||
"value": "level120",
|
||||
"option": [
|
||||
"level120",
|
||||
"level125"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
"value": {},
|
||||
"valuetype": "ignore",
|
||||
"display": "disabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daily": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
Reference in New Issue
Block a user