Merged
Conversation
Contributor
There was a problem hiding this comment.
你好——我已经审阅了你的更改,看起来非常好!
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进后续评审。
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 为「每日奖励-活动领取」流程新增对“挑战活动/丰碑类活动”的识别与领奖支持,并把新活动类型接入既有未读活动分发链路中。
Changes:
- 新增挑战活动的识别节点与领奖节点(含进入后点击领奖的模板匹配)。
- 在 DailyRewards 活动分发列表中加入
DailyEventUnreadChallengeEvent。 - 新增对应的领奖按钮模板图
ChallengeEventClaim.png。
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| assets/resource/pipeline/DailyRewards/Event/ChallengeEvent.json | 新增挑战活动处理与领奖节点编排(识别标题 + 点击领奖 + 结束分支)。 |
| assets/resource/pipeline/DailyRewards/Event.json | 将挑战活动节点加入未读活动处理的 next 列表。 |
| assets/resource/image/DailyRewards/Event/ChallengeEventClaim.png | 提供挑战活动领奖按钮的模板匹配资源图。 |
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.
Summary by Sourcery
为基于挑战的每日活动奖励添加配置,并将现有的活动奖励资源重新组织到专用子目录中。
新功能:
ChallengeEvent每日奖励配置,以支持特定活动的奖励领取。改进:
Event子文件夹中,以实现更好的组织结构。Original summary in English
Summary by Sourcery
Add configuration for challenge-based daily event rewards and reorganize existing event reward resources into a dedicated subdirectory.
New Features:
Enhancements: