Skip to content

fix: 修复基建任务放置线索pipeline混乱导致失败问题#1647

Merged
MistEO merged 1 commit intov2from
fix/20260327
Mar 27, 2026
Merged

fix: 修复基建任务放置线索pipeline混乱导致失败问题#1647
MistEO merged 1 commit intov2from
fix/20260327

Conversation

@zmdyy0318
Copy link
Copy Markdown
Contributor

@zmdyy0318 zmdyy0318 commented Mar 27, 2026

#1643

Summary by Sourcery

Bug Fixes:

  • 调整 ReceptionRoom 流水线配置,防止由于流水线步骤顺序错误或不一致而导致线索放置任务失败。
Original summary in English

Summary by Sourcery

Bug Fixes:

  • Adjust the ReceptionRoom pipeline configuration so clue placement tasks no longer fail due to misordered or inconsistent pipeline steps.

Copilot AI review requested due to automatic review settings March 27, 2026 08:49
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.

Hey - 我已经审查了你的更改,一切看起来都很棒!


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 针对 #1643 会客室“放置线索”流程中疑似双击/管线跳转混乱导致界面闪退式关闭的问题,调整 ReceptionRoom 线索放置相关 pipeline 的跳转关系与等待策略,以避免错误触发关闭流程。

Changes:

  • 移除 ReceptionRoomSetClues 阶段对放置流程的 [JumpBack] 跳转与并列 Close 分支,避免放置链路执行后回到父节点立刻命中关闭节点。
  • ReceptionRoomSetCluesChooseClues 增加稳定等待(pre_wait_freezes),并将关闭侧边栏的收尾步骤下沉到具体分支(Pegged / ItemPut)中显式执行。
  • ReceptionRoomSetCluesPeggedReceptionRoomSetCluesItemPut 补齐 next -> ReceptionRoomSetCluesClose,使流程更线性、收尾更明确。
Comments suppressed due to low confidence (1)

assets/resource/pipeline/DijiangRewards/ReceptionRoom.json:758

  • 这里节点已移除 Click 动作,目前仅用于识别/等待进入「线索库存」界面并跳转到后续识别;但 desc 仍写“点击进入放置”,与实际行为不一致,容易误导后续维护。建议更新 desc 文案(或调整节点命名)以匹配当前逻辑。
    "ReceptionRoomSetCluesChooseClues": {
        "desc": "[会客室·线索] 识别到会客室内的线索界面和线索红点,点击进入放置",
        "recognition": {

@MistEO MistEO merged commit d2331a0 into v2 Mar 27, 2026
22 checks passed
@MistEO MistEO deleted the fix/20260327 branch March 27, 2026 10:55
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.

3 participants