Fix: wrong args.json after merging

This commit is contained in:
bookbug666 2023-02-22 01:15:05 +08:00 committed by LmeSzinc
parent c7e0eaf692
commit e0ab047aec

View File

@ -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": {