mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Opt: Split Reward menu because there are too many tasks in it
This commit is contained in:
@@ -3007,49 +3007,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Meowfficer": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "input",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "disable",
|
||||
"value": "Meowfficer"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
"value": "00:00"
|
||||
}
|
||||
},
|
||||
"Meowfficer": {
|
||||
"BuyAmount": {
|
||||
"type": "input",
|
||||
"value": 1
|
||||
},
|
||||
"TrainMeowfficer": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"FortChoreMeowfficer": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"Guild": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
@@ -3395,6 +3352,49 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Meowfficer": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "input",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "disable",
|
||||
"value": "Meowfficer"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
"value": "00:00"
|
||||
}
|
||||
},
|
||||
"Meowfficer": {
|
||||
"BuyAmount": {
|
||||
"type": "input",
|
||||
"value": 1
|
||||
},
|
||||
"TrainMeowfficer": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"FortChoreMeowfficer": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"Shipyard": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
@@ -20,18 +20,20 @@
|
||||
"Tactical",
|
||||
"Research",
|
||||
"Dorm",
|
||||
"Meowfficer",
|
||||
"Guild",
|
||||
"Reward",
|
||||
"Reward"
|
||||
],
|
||||
"DailyReward": [
|
||||
"ShopFrequent",
|
||||
"ShopOnce",
|
||||
"Meowfficer",
|
||||
"Shipyard",
|
||||
"Gacha",
|
||||
"DataKey",
|
||||
"SupplyPack",
|
||||
"BattlePass"
|
||||
],
|
||||
"Daily": [
|
||||
"DailyMission": [
|
||||
"Daily",
|
||||
"Hard",
|
||||
"Exercise",
|
||||
|
||||
@@ -94,9 +94,6 @@ Research:
|
||||
Dorm:
|
||||
- Scheduler
|
||||
- Dorm
|
||||
Meowfficer:
|
||||
- Scheduler
|
||||
- Meowfficer
|
||||
Guild:
|
||||
- Scheduler
|
||||
- GuildLogistics
|
||||
@@ -104,6 +101,9 @@ Guild:
|
||||
Reward:
|
||||
- Scheduler
|
||||
- Reward
|
||||
|
||||
# ==================== DailyReward ====================
|
||||
|
||||
ShopFrequent:
|
||||
- Scheduler
|
||||
- GeneralShop
|
||||
@@ -112,6 +112,9 @@ ShopOnce:
|
||||
- GuildShop
|
||||
- MedalShop
|
||||
- MeritShop
|
||||
Meowfficer:
|
||||
- Scheduler
|
||||
- Meowfficer
|
||||
Shipyard:
|
||||
- Scheduler
|
||||
- Shipyard
|
||||
@@ -128,7 +131,7 @@ BattlePass:
|
||||
- Scheduler
|
||||
- BattlePass
|
||||
|
||||
# ==================== Daily ====================
|
||||
# ==================== DailyMission ====================
|
||||
|
||||
Daily:
|
||||
- Scheduler
|
||||
|
||||
Reference in New Issue
Block a user