1
0
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:
guoh064
2026-06-14 00:20:19 +08:00
parent 9ab0109103
commit 41e9584290
19 changed files with 380 additions and 2 deletions

View File

@@ -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": {

View File

@@ -748,6 +748,11 @@ OpsiHazard1Leveling:
# =================== Island ====================
IslandFreebie:
Share: true
IslandSeasonTask:
TaskTarget:
type: textarea
value: |-
{}
# ==================== Tools ====================

View File

@@ -100,7 +100,8 @@
"page": "setting",
"tasks": [
"IslandFreebie",
"IslandCollect"
"IslandCollect",
"IslandSeasonTask"
]
},
"Tool": {

View File

@@ -335,6 +335,9 @@ Island:
- IslandFreebie
IslandCollect:
- Scheduler
IslandSeasonTask:
- Scheduler
- IslandSeasonTask
# ==================== Tool ====================