mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 18:05:26 +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",
|
"type": "select",
|
||||||
"value": "when_daily",
|
"value": "when_daily",
|
||||||
"option": [
|
"option": [
|
||||||
"always_use",
|
|
||||||
"when_daily",
|
"when_daily",
|
||||||
"do_not_use"
|
"always_use"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Character": {
|
"Character": {
|
||||||
|
@ -30,6 +30,9 @@ Dungeon:
|
|||||||
value: true
|
value: true
|
||||||
option: [ true, ]
|
option: [ true, ]
|
||||||
option_bold: [ true, ]
|
option_bold: [ true, ]
|
||||||
|
DungeonSupport:
|
||||||
|
Use:
|
||||||
|
option: [ when_daily, always_use ]
|
||||||
DailyQuest:
|
DailyQuest:
|
||||||
Scheduler:
|
Scheduler:
|
||||||
Enable:
|
Enable:
|
||||||
|
Loading…
Reference in New Issue
Block a user