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 针对自动囤货(AutoStockpile)流程做稳定性优化:入口阶段改为识别并点击侧边栏以展开可购买物品列表,替代原先滑动到底部的方式;购买阶段则通过更新加减按钮模板、启用 GreenMask 并收紧数量 OCR 区域来提升数量识别稳定性,从而缓解因滑动/识别不稳定导致的任务失败(关联 #1846、#1739)。
Changes:
- 自动囤货入口:新增“识别侧边栏 + 点击展开”的节点链路,移除原“滑动到底部”方案。
- 自动囤货购买:QuantizedSliding 参数调整(启用
GreenMask、收紧数量 OCR ROI),并更新加减按钮模板图片。 - 其他 pipeline:将个别节点字段对齐为
desc,并做少量字段顺序整理。
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| assets/resource/pipeline/ProtocolSpace/InSpace.json | 调整节点中 post_delay / rate_limit 字段位置(不改变语义)。 |
| assets/resource/pipeline/DeliveryJobs/PackCargo.json | 将 doc 更正为 desc,并调整 order_by 字段位置以符合常见写法。 |
| assets/resource/pipeline/AutoStockpile/Purchase.json | QuantizedSliding:启用 GreenMask、收紧数量 OCR Box,并使用更新后的加减按钮模板。 |
| assets/resource/pipeline/AutoStockpile/Entry.json | 新增“侧边栏展开”节点 AutoStockpileSelectMarket;移除“滑动到底部/跳到底部”相关节点与链路。 |
| assets/resource/image/AutoStockpile/IncreaseButton.png | 更新“增加数量”按钮模板图。 |
| assets/resource/image/AutoStockpile/DecreaseButton.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:
close #1846
close #1739 (推测为滑动失败导致)
Summary by Sourcery
优化自动仓储流程和数量识别,以实现更稳定的自动化采购。
New Features:
Bug Fixes:
Enhancements:
Original summary in English
Summary by Sourcery
Optimize the auto stockpile flow and quantity recognition for more stable automated purchasing.
New Features:
Bug Fixes:
Enhancements: