Skip to content

Commit

Permalink
chore: 修改默认复现次数为4,为轶事派遣补充说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Nov 13, 2024
1 parent e75bcaa commit 35a8504
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"entry": "Awards"
},
{
"name": "轶事派遣",
"name": "轶事派遣(角色故事请自行阅读)",
"entry": "Anecdote",
"pipeline_override": {
"EnterTheActivityMain": {
Expand Down Expand Up @@ -805,34 +805,34 @@
"复现次数": {
"cases": [
{
"name": "x1",
"name": "x4",
"pipeline_override": {
"SetReplaysTimes": {
"expected": "1"
"expected": "4"
}
}
},
{
"name": "x2",
"name": "x3",
"pipeline_override": {
"SetReplaysTimes": {
"expected": "2"
"expected": "3"
}
}
},
{
"name": "x3",
"name": "x2",
"pipeline_override": {
"SetReplaysTimes": {
"expected": "3"
"expected": "2"
}
}
},
{
"name": "x4",
"name": "x1",
"pipeline_override": {
"SetReplaysTimes": {
"expected": "4"
"expected": "1"
}
}
}
Expand Down

0 comments on commit 35a8504

Please sign in to comment.