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:
- 在 Location 模板中新增会客室线索相关界面(线索库存/收集线索/接收线索)的识别节点。
- 调整 ReceptionRoom 放置线索流程,引入
[JumpBack]回跳以在同一线索界面内循环处理,并统一通过关闭侧边栏退出。 - 若干关闭动作改为依赖识别框(
box_index)并移除冗余的contact: 0参数。
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| assets/resource/pipeline/DijiangRewards/Template/Location.json | 新增会客室线索相关界面识别节点,供主流程复用以判断当前 UI 状态 |
| assets/resource/pipeline/DijiangRewards/ReceptionRoom.json | 重构放置线索与关闭界面节点的识别与跳转逻辑,减少重复进出界面 |
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
优化帝江奖励(DijiangRewards)接待室和地点流水线配置中的线索放置逻辑,避免用户在放置线索后需要重新进入线索选择视图。
增强内容:
Original summary in English
Summary by Sourcery
Optimize clue placement logic in the DijiangRewards reception room and location pipeline configurations to avoid requiring users to re-enter the clue selection view after placement.
Enhancements: