1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Add: Option to delay buying weekly supply pack

This commit is contained in:
bookbug666
2023-02-19 00:13:53 +08:00
parent 2bcb828341
commit 03b699b615
10 changed files with 83 additions and 2 deletions

View File

@@ -6682,6 +6682,19 @@
"Collect": {
"type": "checkbox",
"value": true
},
"DayOfWeek": {
"type": "select",
"value": 0,
"option": [
0,
1,
2,
3,
4,
5,
6
]
}
},
"Storage": {