1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 02:06:59 +08:00

Add: Control CL1 Record independently

This commit is contained in:
positnuec
2026-03-09 12:50:27 +08:00
parent ecf2a841cf
commit da7ca5d706
9 changed files with 51 additions and 2 deletions

View File

@@ -491,6 +491,16 @@
"save_and_upload"
]
},
"CL1Record": {
"type": "select",
"value": "do_not",
"option": [
"do_not",
"save",
"upload",
"save_and_upload"
]
},
"AkashiRecord": {
"type": "select",
"value": "do_not",

View File

@@ -114,6 +114,9 @@ DropRecord:
OpsiRecord:
value: do_not
option: [ do_not, save, upload, save_and_upload ]
CL1Record:
value: do_not
option: [ do_not, save, upload, save_and_upload ]
AkashiRecord:
value: do_not
option: [ do_not, save ]