Skip to content

fix: 修复每周事务和通行证偶尔漏领取奖励问题#1656

Merged
MistEO merged 1 commit intov2from
fix/2026032702
Mar 27, 2026
Merged

fix: 修复每周事务和通行证偶尔漏领取奖励问题#1656
MistEO merged 1 commit intov2from
fix/2026032702

Conversation

@zmdyy0318
Copy link
Copy Markdown
Contributor

@zmdyy0318 zmdyy0318 commented Mar 27, 2026

来自 Sourcery 的总结

修复每周常规任务和协议通行证奖励发放的问题,防止偶发的奖励遗漏。

错误修复:

  • 解决每周常规任务奖励在某些情况下未能成功发放的问题。
  • 解决协议通行证奖励在某些情况下未能成功发放的问题。
Original summary in English

Summary by Sourcery

Fix issues with weekly routine and protocol pass reward granting to prevent occasional missed rewards.

Bug Fixes:

  • Resolve cases where weekly routine rewards could occasionally fail to be granted.
  • Resolve cases where protocol pass rewards could occasionally fail to be granted.

Copilot AI review requested due to automatic review settings March 27, 2026 14:08
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.

Hey - 我已经审查了你的改动,一切看起来都很棒!


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 旨在修复「每周事务」与「通行证」在部分情况下因界面元素差异/时序不稳定导致的偶发漏领取奖励问题,属于对 DailyRewards 流水线识别与等待策略的稳健性增强。

Changes:

  • 通行证任务切换入口的模板匹配新增 ProtocolNoticeSwitch.png 作为备选模板,提高识别命中率。
  • 每周事务领取动作增加冻结等待时长(200ms→600ms),并移除额外的 post_delay,减少时序抖动导致的漏点/漏领。

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
assets/resource/pipeline/DailyRewards/ProtocolPass.json 在多个任务列表切换节点的 TemplateMatch 中追加备选开关模板,增强兼容性
assets/resource/pipeline/DailyRewards/Event/WeeklyRoutine.json 调整领取后的等待策略,提升点击后界面稳定性,降低漏领取概率
assets/resource/image/DailyRewards/ProtocolNoticeSwitch.png 新增用于识别通行证切换入口的模板图片资源

@MistEO MistEO merged commit 23dd7d2 into v2 Mar 27, 2026
33 of 34 checks passed
@MistEO MistEO deleted the fix/2026032702 branch March 27, 2026 15:08
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