Skip to content

Commit

Permalink
fix(ClaimEventRewards): 修复领取活动物品可能卡住的问题
Browse files Browse the repository at this point in the history
可能是因为识别太快了导致的问题,现在添加了等待画面静止的逻辑,我这里运行没问题,等待其他人测试吧
  • Loading branch information
DarkLingYun committed Aug 29, 2024
1 parent 340dbea commit 7dd79b2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ClaimEventRewards": {
"comments": "领取活动物品",
"recognition": "OCR",
"expected": "活动",
"expected": "^活动$",
"action": "Click",
"post_wait_freezes": 500,
"next": [
Expand All @@ -20,6 +20,7 @@
310,
570
],
"post_wait_freezes": 500,
"expected": "日行迹",
"action": "Click",
"next": [
Expand Down Expand Up @@ -71,16 +72,16 @@
],
"expected": "彻夜",
"action": "Click",
"post_wait_freezes": 500,
"next": [
"clickClaimEventRewardsButton_2",
"clickClaimEventRewardsTag_2"
"clickClaimEventRewardsButton_2"
]
},
"clickClaimEventRewardsButton_2": {
"recognition": "OCR",
"expected": "前往",
"action": "Click",
"post_wait_freezes": 500,
"post_wait_freezes": 200,
"next": [
"clickClaimEventRewardsButton_2_phaseRewards",
"clickClaimEventRewardsButton_2_claim",
Expand Down

0 comments on commit 7dd79b2

Please sign in to comment.