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.
Comment on lines
333
to
336
| "next": [ | ||
| "ExtractSeedClose" | ||
| "ExtractSeedClose", | ||
| "ConfirmExtractSeed" | ||
| ] |
There was a problem hiding this comment.
这里把 "ConfirmExtractSeed" 加进了自己的 next,节点在弹窗未关闭/识别误判时会反复命中并点击,因 max_hit 默认无限制,可能导致流程卡死(一直循环点击)。建议为该节点增加合理的 max_hit(例如 3~5)并在超过次数后跳转到兜底节点或 on_error 退出/上报,以避免死循环。
Closed
Closed
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.
Summary by Sourcery
错误修复:
Original summary in English
Summary by Sourcery
Bug Fixes: