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:
@@ -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": {
|
||||
|
||||
@@ -745,6 +745,10 @@ OpsiHazard1Leveling:
|
||||
value: 0
|
||||
option: [ 0, 44, 22 ]
|
||||
|
||||
# =================== Island ====================
|
||||
IslandFreebie:
|
||||
Share: true
|
||||
|
||||
# ==================== Tools ====================
|
||||
|
||||
Daemon:
|
||||
|
||||
@@ -95,6 +95,13 @@
|
||||
"OpsiCrossMonth"
|
||||
]
|
||||
},
|
||||
"Island": {
|
||||
"menu": "collapse",
|
||||
"page": "setting",
|
||||
"tasks": [
|
||||
"IslandFreebie"
|
||||
]
|
||||
},
|
||||
"Tool": {
|
||||
"menu": "collapse",
|
||||
"page": "tool",
|
||||
|
||||
@@ -325,6 +325,15 @@ Opsi:
|
||||
OpsiCrossMonth:
|
||||
- Scheduler
|
||||
|
||||
# =================== Island ===================
|
||||
Island:
|
||||
menu: 'collapse'
|
||||
page: 'setting'
|
||||
tasks:
|
||||
IslandFreebie:
|
||||
- Scheduler
|
||||
- IslandFreebie
|
||||
|
||||
# ==================== Tool ====================
|
||||
|
||||
Tool:
|
||||
|
||||
Reference in New Issue
Block a user