Skip to content

fix: 修复通行证领取死循环问题#1618

Merged
MistEO merged 2 commits intov2from
fix/20260326
Mar 26, 2026
Merged

fix: 修复通行证领取死循环问题#1618
MistEO merged 2 commits intov2from
fix/20260326

Conversation

@zmdyy0318
Copy link
Copy Markdown
Contributor

@zmdyy0318 zmdyy0318 commented Mar 26, 2026

fix #1614
fix #1617

Summary by Sourcery

Bug Fixes:

  • 通过修正 DailyRewards/ProtocolPass 配置,解决在领取协议通行证奖励时出现的无限循环问题。
Original summary in English

Summary by Sourcery

Bug Fixes:

  • Resolve an infinite loop when claiming protocol pass rewards by correcting the DailyRewards/ProtocolPass configuration.

Copilot AI review requested due to automatic review settings March 26, 2026 06:00
Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗨——我已经审查了你的修改,一切看起来都很棒!


Sourcery 对开源项目是免费的——如果你觉得我们的代码审查有帮助,欢迎分享给更多人 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进后续的代码审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

该 PR 针对通行证(日常奖励)领取流程在任务页因 “new” 标签反复切换导致的死循环问题(#1614 / #1617),通过调整 pipeline 节点的识别与切换逻辑来避免卡死并完成后续流程。

Changes:

  • 调整通行证任务页的后续节点编排:在领取后按不同任务分类(周任务/当前任务/活动任务/启程任务)尝试切换。
  • 用“OCR 识别分类文本 + 模板匹配 new 标签”的组合识别替代原先更粗粒度的切换/找红点逻辑,并对切换节点设置 max_hit: 1 以抑制反复切换。

@MistEO MistEO merged commit e7eeca4 into v2 Mar 26, 2026
18 checks passed
@MistEO MistEO deleted the fix/20260326 branch March 26, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

日常奖励领取-在通行证页面循环切换-动态卡死 日常奖励领取异常

3 participants