Skip to content

Commit

Permalink
fix:修复吃糖 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohkahb authored Sep 29, 2024
1 parent ff735a3 commit 053caec
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions assets/resource/base/pipeline/eat_candy.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
"action": "Click",
"next": [
"SellectMiniCandyMax",
"MiniCandy24HNotEnough",
"EatCandyWithin24H"
"MiniCandy24HNotEnough"
]
},
"EatSmallCandy24H": {
Expand All @@ -93,8 +92,7 @@
"action": "Click",
"next": [
"EatCandyConfirm",
"SmallCandy24HNotEnough",
"EatCandyWithin24H"
"SmallCandy24HNotEnough"
]
},
"EatBigCandy24H": {
Expand All @@ -109,8 +107,7 @@
"action": "Click",
"next": [
"EatCandyConfirm",
"BigCandy24HNotEnough",
"EatCandyWithin24H"
"BigCandy24HNotEnough"
]
},
"EatCandyConfirm": {
Expand Down Expand Up @@ -226,4 +223,4 @@
"ConvertCandyConfirm"
]
}
}
}

0 comments on commit 053caec

Please sign in to comment.