Skip to content

Commit

Permalink
fix: 修复虚境商店1星石买时序通行证的一些问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 24, 2023
1 parent 0342a98 commit b29b045
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions assets/resource/pipeline/shop.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
140
],
"next": [
"VirtualShopBuyTimePassBy1StarStone",
"Stop"
]
},
Expand Down Expand Up @@ -105,6 +106,7 @@
],
"action": "Click",
"next": [
"VirtualShopBuyTimePassBy1StarStone",
"Stop"
]
},
Expand Down Expand Up @@ -157,13 +159,13 @@
"recognition": "TemplateMatch",
"template": "Shop/LogisticsTerminalPage.png",
"next": [
"EnterActivityPage",
"EnterActivityShopPage",
"EnterVirtualShopPage"
]
},
"EnterActivityPage": {
"EnterActivityShopPage": {
"recognition": "TemplateMatch",
"template": "Shop/EnterActivityPage.png",
"template": "Shop/EnterActivityShopPage.png",
"roi": [
61,
509,
Expand All @@ -173,7 +175,7 @@
"action": "Click",
"next": [
"EnterVirtualShopPage",
"EnterActivityPage"
"EnterActivityShopPage"
]
},
"EnterVirtualShopPage": {
Expand Down Expand Up @@ -208,7 +210,7 @@
},
"VirtualShopBuyTimePassBy1StarStoneDo": {
"recognition": "TemplateMatch",
"template": "Shop/VirtualShop1StarStoneFlag",
"template": "Shop/VirtualShop1StarStoneFlag.png",
"roi": [
781,
495,
Expand Down

0 comments on commit b29b045

Please sign in to comment.