mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-02 03:44:08 +08:00
Opt: Add favourite student default to false
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user