Skip to content

fix(DeliveryJobs): 修复装满货物后下一步因鼠标遮挡无法继续的问题#1584

Merged
he0119 merged 1 commit intov2from
fix/deliveryjobs-filltomax-next-stop
Mar 24, 2026
Merged

fix(DeliveryJobs): 修复装满货物后下一步因鼠标遮挡无法继续的问题#1584
he0119 merged 1 commit intov2from
fix/deliveryjobs-filltomax-next-stop

Conversation

@he0119
Copy link
Copy Markdown
Contributor

@he0119 he0119 commented Mar 24, 2026

Summary by Sourcery

修复 DeliveryJobs 打包货物流程中的问题:当货物已装满且鼠标光标原本会阻挡下一步交互时,现在允许流程继续进行。

Bug Fixes:

  • 解决 DeliveryJobs 打包货物步骤中的问题:由于鼠标光标阻挡了下一步操作的目标区域,用户在货物装满后无法继续操作。

Tests:

  • 调整 DeliveryJobs 打包货物的测试用例,以覆盖这样一种场景:即使在货物已装满且鼠标光标位置可能造成阻挡的情况下,流程仍然可以继续推进。
Original summary in English

Summary by Sourcery

Fix DeliveryJobs pack cargo flow to allow progressing after cargo is full when the mouse cursor would previously block the next step interaction.

Bug Fixes:

  • Resolve an issue in the DeliveryJobs pack cargo step where users could not proceed after filling cargo due to the mouse cursor blocking the next action target.

Tests:

  • Adjust DeliveryJobs pack cargo tests to cover the scenario where progression is possible after cargo is full despite mouse cursor positioning.

Copilot AI review requested due to automatic review settings March 24, 2026 16:32
Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗨——我已经审查了你的改动,一切看起来都很棒!


Sourcery 对开源项目是免费的——如果你觉得我们的评审有帮助,欢迎分享给更多人 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进以后的代码评审。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

该 PR 针对 DeliveryJobs 的“货物装箱”流程,在“装满货物后下一步”节点中引入新的“装满状态”识别模板,避免因鼠标遮挡导致旧模板识别失败,从而无法继续点击下一步。

Changes:

  • 新增“货物已装满”状态的模板图片(分别用于 Win32 与 ADB 资源集)。
  • PackCargo.json 中新增 DeliveryJobsCheckCargoFilledToMax 节点,并将“装满货物后下一步”的判定从 DeliveryJobsCargoFillToMax 切换为新节点。
  • 对测试用例 JSON 做了格式化调整(单元素数组改为多行)。

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
tests/DeliveryJobs/test_pack_cargo.json 测试用例 hits 字段格式化为多行数组,便于阅读与扩展。
assets/resource_adb/image/DeliveryJobs/CargoFilledToMax.png 新增 ADB 资源集下“货物装满”状态模板图。
assets/resource/pipeline/DeliveryJobs/PackCargo.json 新增装满状态检测节点,并用于“装满货物后下一步”的组合识别条件。
assets/resource/image/DeliveryJobs/CargoFilledToMax.png 新增 Win32 资源集下“货物装满”状态模板图。

@he0119 he0119 merged commit 2cd9585 into v2 Mar 24, 2026
15 checks passed
@he0119 he0119 deleted the fix/deliveryjobs-filltomax-next-stop branch March 24, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants