Skip to content

fix:修复培养舱提取基核点击失效#1075

Merged
MistEO merged 2 commits intomainfrom
fix/DijiangRewards
Mar 7, 2026
Merged

fix:修复培养舱提取基核点击失效#1075
MistEO merged 2 commits intomainfrom
fix/DijiangRewards

Conversation

@overflow65537
Copy link
Member

@overflow65537 overflow65537 commented Mar 7, 2026

Summary by Sourcery

错误修复:

  • 修复在 GrowthChamber 奖励配置中核心提取交互无响应的问题。
Original summary in English

Summary by Sourcery

Bug Fixes:

  • Fix non-responsive core extraction interaction in the GrowthChamber rewards configuration.

Copilot AI review requested due to automatic review settings March 7, 2026 11:02
Copy link
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
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 针对「培养舱提取基核」流程中确认点击偶发失效的问题,通过调整等待冻结参数并引入重试路径来提升点击稳定性。

Changes:

  • 调整 ConfirmExtractSeed 点击前/后的 wait_freezes 参数以提升操作稳定性
  • ConfirmExtractSeed.next 增加自循环以在确认弹窗仍存在时进行重试
  • ExtractSeedClose 补充更明确的 desc

Comment on lines 333 to 336
"next": [
"ExtractSeedClose"
"ExtractSeedClose",
"ConfirmExtractSeed"
]
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

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

这里把 "ConfirmExtractSeed" 加进了自己的 next,节点在弹窗未关闭/识别误判时会反复命中并点击,因 max_hit 默认无限制,可能导致流程卡死(一直循环点击)。建议为该节点增加合理的 max_hit(例如 3~5)并在超过次数后跳转到兜底节点或 on_error 退出/上报,以避免死循环。

Copilot uses AI. Check for mistakes.
@overflow65537 overflow65537 linked an issue Mar 7, 2026 that may be closed by this pull request
@overflow65537 overflow65537 linked an issue Mar 7, 2026 that may be closed by this pull request
@MistEO MistEO merged commit f1d3afd into main Mar 7, 2026
17 checks passed
@MistEO MistEO deleted the fix/DijiangRewards branch March 7, 2026 12:13
MistEO pushed a commit that referenced this pull request Mar 9, 2026
MistEO pushed a commit that referenced this pull request Mar 9, 2026
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