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 旨在修复 DeliveryJobs 装箱流程中“选择需要填充的货物”阶段可能因目标物品不在首屏而卡住的问题,通过引入滚动+重试逻辑提升可找到目标物品的概率,对应修复 issue #1068。
Changes:
- 将装箱“下一步”后的流程改为进入新的选择物品循环节点(带滚动重试)
- 在 PackCargo 流水线中新增“选择物品循环”OCR 节点与“向上滑动”Scroll 节点
- 新增滚动命中计数清理节点(ClearHitCount),避免影响后续仓储节点滚动
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| assets/tasks/DeliveryJobs.json | 将装箱选择物品的 pipeline_override 入口切换到新的循环节点 |
| assets/resource_fast/pipeline/DeliveryJobs/PackCargo.json | 新增选择-滚动-重试流程节点,并在成功后尝试清理滚动 hit count |
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 2026
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 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.
现在会尝试向上滑动三次。
fix #1068
Summary by Sourcery
Bug Fixes:
Original summary in English
Summary by Sourcery
Bug Fixes:
Summary by Sourcery
错误修复:
Original summary in English
Summary by Sourcery
Bug Fixes: