mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Opt: Remove unnecessary settings in GemsFarming
This commit is contained in:
@@ -1657,11 +1657,13 @@
|
||||
},
|
||||
"UseClearMode": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
"value": true,
|
||||
"display": "hide"
|
||||
},
|
||||
"UseFleetLock": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
"value": true,
|
||||
"display": "hide"
|
||||
},
|
||||
"UseAutoSearch": {
|
||||
"type": "checkbox",
|
||||
@@ -1669,7 +1671,8 @@
|
||||
},
|
||||
"Use2xBook": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
"value": false,
|
||||
"display": "hide"
|
||||
},
|
||||
"AmbushEvade": {
|
||||
"type": "checkbox",
|
||||
|
||||
Reference in New Issue
Block a user