mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 05:47:30 +08:00
Fix: wrong args.json after merging
This commit is contained in:
parent
c7e0eaf692
commit
e0ab047aec
@ -6928,19 +6928,6 @@
|
||||
"CollectWeeklyMission": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"DayOfWeek": {
|
||||
"type": "select",
|
||||
"value": 0,
|
||||
"option": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
@ -7818,6 +7805,19 @@
|
||||
"Collect": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"DayOfWeek": {
|
||||
"type": "select",
|
||||
"value": 0,
|
||||
"option": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
Loading…
Reference in New Issue
Block a user