mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Del: Remove do_not_use option of dungeon support cuz no effect
This commit is contained in:
parent
0da3a9f328
commit
d6968fdf64
@ -635,9 +635,8 @@
|
||||
"type": "select",
|
||||
"value": "when_daily",
|
||||
"option": [
|
||||
"always_use",
|
||||
"when_daily",
|
||||
"do_not_use"
|
||||
"always_use"
|
||||
]
|
||||
},
|
||||
"Character": {
|
||||
|
@ -30,6 +30,9 @@ Dungeon:
|
||||
value: true
|
||||
option: [ true, ]
|
||||
option_bold: [ true, ]
|
||||
DungeonSupport:
|
||||
Use:
|
||||
option: [ when_daily, always_use ]
|
||||
DailyQuest:
|
||||
Scheduler:
|
||||
Enable:
|
||||
|
Loading…
Reference in New Issue
Block a user