mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 11:43:08 +08:00
Add: [CN, JP] island season task scanner
This commit is contained in:
@@ -9415,6 +9415,57 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"IslandSeasonTask": {
|
||||
"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": "IslandSeasonTask",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 120,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"IslandSeasonTask": {
|
||||
"TaskTarget": {
|
||||
"type": "textarea",
|
||||
"value": "{}"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
"value": {},
|
||||
"valuetype": "ignore",
|
||||
"display": "disabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daemon": {
|
||||
"Daemon": {
|
||||
"EnterMap": {
|
||||
|
||||
@@ -748,6 +748,11 @@ OpsiHazard1Leveling:
|
||||
# =================== Island ====================
|
||||
IslandFreebie:
|
||||
Share: true
|
||||
IslandSeasonTask:
|
||||
TaskTarget:
|
||||
type: textarea
|
||||
value: |-
|
||||
{}
|
||||
|
||||
# ==================== Tools ====================
|
||||
|
||||
|
||||
@@ -100,7 +100,8 @@
|
||||
"page": "setting",
|
||||
"tasks": [
|
||||
"IslandFreebie",
|
||||
"IslandCollect"
|
||||
"IslandCollect",
|
||||
"IslandSeasonTask"
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
|
||||
@@ -335,6 +335,9 @@ Island:
|
||||
- IslandFreebie
|
||||
IslandCollect:
|
||||
- Scheduler
|
||||
IslandSeasonTask:
|
||||
- Scheduler
|
||||
- IslandSeasonTask
|
||||
|
||||
# ==================== Tool ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user