Skip to content

Commit

Permalink
chore: 复现次数加回1、2、3次,但保持默认选择4次
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 16, 2024
1 parent fae74c9 commit 496c4f0
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,39 @@
},
"复现次数": {
"cases": [
{
"name": "x1",
"pipeline_override": {
"SetReplaysTimes": {
"template": [
"Combat/SetReplaysTimesX1.png",
"Combat/SetReplaysTimesX1_selected.png"
]
}
}
},
{
"name": "x2",
"pipeline_override": {
"SetReplaysTimes": {
"template": [
"Combat/SetReplaysTimesX2.png",
"Combat/SetReplaysTimesX2_selected.png"
]
}
}
},
{
"name": "x3",
"pipeline_override": {
"SetReplaysTimes": {
"template": [
"Combat/SetReplaysTimesX3.png",
"Combat/SetReplaysTimesX3_selected.png"
]
}
}
},
{
"name": "x4",
"pipeline_override": {
Expand All @@ -828,7 +861,8 @@
}
}
}
]
],
"default_case": "x4"
},
"刷完全部体力": {
"cases": [
Expand Down

0 comments on commit 496c4f0

Please sign in to comment.