Skip to content

Commit

Permalink
fix: 修复bug (#233)
Browse files Browse the repository at this point in the history
fix: 修复吃糖确认框不见的问题
fix: 修复不领点唱机的问题
docs: 肉鸽增加说明
  • Loading branch information
a16797 authored Nov 3, 2024
1 parent 308196b commit 42dfdba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
]
},
{
"name": "局外演绎:黄昏的音序",
"name": "局外演绎:黄昏的音序(勿挂资料片)",
"entry": "SeriesOfDusks",
"pipeline_override": {
"EnterTheShow": {
Expand Down
Binary file modified assets/resource/base/image/Awards/JukeboxBadge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/resource/base/pipeline/eat_candy.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
"next": [
"SellectMiniCandyMax",
"MiniCandy24HNotEnough"
],
"interrupt": [
"Sub_QuitEatCandyPage",
"AllIn"
]
},
"EatSmallCandy24H": {
Expand All @@ -93,6 +97,10 @@
"next": [
"EatCandyConfirm",
"SmallCandy24HNotEnough"
],
"interrupt": [
"Sub_QuitEatCandyPage",
"AllIn"
]
},
"EatBigCandy24H": {
Expand All @@ -108,6 +116,10 @@
"next": [
"EatCandyConfirm",
"BigCandy24HNotEnough"
],
"interrupt": [
"Sub_QuitEatCandyPage",
"AllIn"
]
},
"EatCandyConfirm": {
Expand Down

0 comments on commit 42dfdba

Please sign in to comment.