Merged
Conversation
Contributor
There was a problem hiding this comment.
Hey - 我已经审查了你的改动,一切看起来都很棒!
帮我变得更有用吧!请在每条评论上点 👍 或 👎,我会根据你的反馈改进审查质量。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
There was a problem hiding this comment.
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
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
来自 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: