Skip to content

Commit

Permalink
fix: 修复领取过后翻页后卡住的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 16, 2023
1 parent 97bb774 commit 37bffdd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 45 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 33 additions & 45 deletions assets/resource/pipeline/skland.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,7 @@
"IgnoreUpdates",
"EnterArknightsPage",
"EnterSignInBenefitsPage",
"ReceiveBox_1",
"ReceiveBox_2",
"ReceiveBox_3",
"ReceiveBox_4",
"ReceiveBox_5",
"ReceiveBox_6",
"ReceiveBox_7",
"NotReceiveBox_7",
"NotReceiveBox_6",
"NotReceiveBox_5",
"NotReceiveBox_4",
"NotReceiveBox_3",
"NotReceiveBox_2",
"NotReceiveBox_1",
"SignInBenefitsPageFlag",
"Sub_StartSkland"
]
},
Expand Down Expand Up @@ -59,20 +46,7 @@
"action": "Click",
"next": [
"EnterSignInBenefitsPage",
"ReceiveBox_1",
"ReceiveBox_2",
"ReceiveBox_3",
"ReceiveBox_4",
"ReceiveBox_5",
"ReceiveBox_6",
"ReceiveBox_7",
"NotReceiveBox_7",
"NotReceiveBox_6",
"NotReceiveBox_5",
"NotReceiveBox_4",
"NotReceiveBox_3",
"NotReceiveBox_2",
"NotReceiveBox_1"
"SignInBenefitsPageFlag"
]
},
"EnterSignInBenefitsPage": {
Expand All @@ -85,7 +59,19 @@
176
],
"action": "Click",
"post_wait_freezes": 500,
"next": [
"SignInBenefitsPageFlag"
]
},
"SignInBenefitsPageFlag": {
"recognition": "TemplateMatch",
"template": "Skland/SignInBenefitsPageFlag.png",
"roi": [
479,
538,
193,
179
],
"next": [
"ReceiveBox_1",
"ReceiveBox_2",
Expand All @@ -100,7 +86,9 @@
"NotReceiveBox_4",
"NotReceiveBox_3",
"NotReceiveBox_2",
"NotReceiveBox_1"
"NotReceiveBox_1",
"CloseSkland",
"Stop"
]
},
"ReceiveBox_1": {
Expand All @@ -117,7 +105,7 @@
"ReceiveBox_1",
"NotReceiveBox_1",
"CloseSkland",
"stop"
"Stop"
]
},
"NotReceiveBox_1": {
Expand All @@ -135,7 +123,7 @@
"next": [
"ReceiveBox_2",
"CloseSkland",
"stop"
"Stop"
]
},
"ReceiveBox_2": {
Expand All @@ -152,7 +140,7 @@
"ReceiveBox_2",
"NotReceiveBox_2",
"CloseSkland",
"stop"
"Stop"
]
},
"NotReceiveBox_2": {
Expand All @@ -170,7 +158,7 @@
"next": [
"ReceiveBox_3",
"CloseSkland",
"stop"
"Stop"
]
},
"ReceiveBox_3": {
Expand All @@ -187,7 +175,7 @@
"ReceiveBox_3",
"NotReceiveBox_3",
"CloseSkland",
"stop"
"Stop"
]
},
"NotReceiveBox_3": {
Expand All @@ -205,7 +193,7 @@
"next": [
"ReceiveBox_4",
"CloseSkland",
"stop"
"Stop"
]
},
"ReceiveBox_4": {
Expand All @@ -222,7 +210,7 @@
"ReceiveBox_4",
"NotReceiveBox_4",
"CloseSkland",
"stop"
"Stop"
]
},
"NotReceiveBox_4": {
Expand All @@ -240,7 +228,7 @@
"next": [
"ReceiveBox_5",
"CloseSkland",
"stop"
"Stop"
]
},
"ReceiveBox_5": {
Expand All @@ -257,7 +245,7 @@
"ReceiveBox_5",
"NotReceiveBox_5",
"CloseSkland",
"stop"
"Stop"
]
},
"NotReceiveBox_5": {
Expand All @@ -275,7 +263,7 @@
"next": [
"ReceiveBox_6",
"CloseSkland",
"stop"
"Stop"
]
},
"ReceiveBox_6": {
Expand All @@ -292,7 +280,7 @@
"ReceiveBox_6",
"NotReceiveBox_6",
"CloseSkland",
"stop"
"Stop"
]
},
"NotReceiveBox_6": {
Expand All @@ -310,7 +298,7 @@
"next": [
"ReceiveBox_7",
"CloseSkland",
"stop"
"Stop"
]
},
"ReceiveBox_7": {
Expand All @@ -327,7 +315,7 @@
"ReceiveBox_7",
"NotReceiveBox_7",
"CloseSkland",
"stop"
"Stop"
]
},
"NotReceiveBox_7": {
Expand All @@ -344,8 +332,8 @@
],
"next": [
"CloseSkland",
"stop"
"Stop"
]
},
"stop": {}
"Stop": {}
}

0 comments on commit 37bffdd

Please sign in to comment.