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 freebie receive

This commit is contained in:
guoh064
2026-06-14 00:20:19 +08:00
parent 401d3d46e8
commit 76e3f23659
28 changed files with 305 additions and 0 deletions

View File

@@ -9319,6 +9319,57 @@
}
}
},
"IslandFreebie": {
"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": "IslandFreebie",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 0,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 120,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"IslandFreebie": {
"Share": {
"type": "checkbox",
"value": true
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"Daemon": {
"Daemon": {
"EnterMap": {

View File

@@ -745,6 +745,10 @@ OpsiHazard1Leveling:
value: 0
option: [ 0, 44, 22 ]
# =================== Island ====================
IslandFreebie:
Share: true
# ==================== Tools ====================
Daemon:

View File

@@ -95,6 +95,13 @@
"OpsiCrossMonth"
]
},
"Island": {
"menu": "collapse",
"page": "setting",
"tasks": [
"IslandFreebie"
]
},
"Tool": {
"menu": "collapse",
"page": "tool",

View File

@@ -325,6 +325,15 @@ Opsi:
OpsiCrossMonth:
- Scheduler
# =================== Island ===================
Island:
menu: 'collapse'
page: 'setting'
tasks:
IslandFreebie:
- Scheduler
- IslandFreebie
# ==================== Tool ====================
Tool: