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

Add: Support daily Module Development

This commit is contained in:
LmeSzinc
2022-06-09 23:58:10 +08:00
parent f1a42832fd
commit af4cb88ff5
9 changed files with 124 additions and 14 deletions

View File

@@ -5217,6 +5217,27 @@
"second",
"third"
]
},
"ModuleDevelopment": {
"type": "select",
"value": "first",
"option": [
"skip",
"first",
"second"
]
},
"ModuleDevelopmentFleet": {
"type": "select",
"value": 5,
"option": [
1,
2,
3,
4,
5,
6
]
}
}
},