mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 11:07:20 +08:00
Add: Option to delay buying weekly supply pack
This commit is contained in:
@@ -6682,6 +6682,19 @@
|
||||
"Collect": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"DayOfWeek": {
|
||||
"type": "select",
|
||||
"value": 0,
|
||||
"option": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
@@ -502,6 +502,9 @@ Mail:
|
||||
Delete: false
|
||||
SupplyPack:
|
||||
Collect: true
|
||||
DayOfWeek:
|
||||
value: 0
|
||||
option: [ 0, 1, 2, 3, 4, 5, 6 ]
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user