mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 03:08:15 +08:00
Opt: Add favourite student default to false
This commit is contained in:
parent
aad22c753a
commit
278edcdf12
@ -1253,7 +1253,7 @@
|
||||
},
|
||||
"AddNewStudent": {
|
||||
"Enable": false,
|
||||
"Favorite": true,
|
||||
"Favorite": false,
|
||||
"MinLevel": 50
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
@ -6685,7 +6685,7 @@
|
||||
},
|
||||
"Favorite": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
"value": false
|
||||
},
|
||||
"MinLevel": {
|
||||
"type": "input",
|
||||
|
||||
@ -362,7 +362,7 @@ ControlExpOverflow:
|
||||
T1Allow: 200
|
||||
AddNewStudent:
|
||||
Enable: false
|
||||
Favorite: true
|
||||
Favorite: false
|
||||
MinLevel: 50
|
||||
Research:
|
||||
UseCube:
|
||||
|
||||
@ -201,7 +201,7 @@ class GeneratedConfig:
|
||||
|
||||
# Group `AddNewStudent`
|
||||
AddNewStudent_Enable = False
|
||||
AddNewStudent_Favorite = True
|
||||
AddNewStudent_Favorite = False
|
||||
AddNewStudent_MinLevel = 50
|
||||
|
||||
# Group `Research`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user