Skip to content

Commit

Permalink
fix: 重新适配签到流程
Browse files Browse the repository at this point in the history
  • Loading branch information
zzyyyl authored Aug 8, 2024
1 parent 05875bd commit a52d1f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/resource/base/pipeline/skland.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Sub_StartSkland": {
"is_sub": true,
"action": "StartApp",
"package": "com.hypergryph.skland/com.hypergryph.skland.SplashActivity"
"package": "com.hypergryph.skland/com.hypergryph.skland.SchemeActivity"
},
"CloseSkland": {
"enabled": false,
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"roi": [
0,
72,
52,
720,
147
],
Expand All @@ -55,13 +55,13 @@
]
},
"EnterSignInBenefitsPage": {
"recognition": "TemplateMatch",
"recognition": "FeatureMatch",
"template": "Skland/EnterSignInBenefitsPage.png",
"roi": [
13,
222,
178,
176
376
],
"action": "Click",
"next": [
Expand Down Expand Up @@ -341,4 +341,4 @@
]
},
"Stop": {}
}
}

0 comments on commit a52d1f6

Please sign in to comment.