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 针对 #1643 会客室“放置线索”流程中疑似双击/管线跳转混乱导致界面闪退式关闭的问题,调整 ReceptionRoom 线索放置相关 pipeline 的跳转关系与等待策略,以避免错误触发关闭流程。
Changes:
- 移除
ReceptionRoomSetClues阶段对放置流程的[JumpBack]跳转与并列 Close 分支,避免放置链路执行后回到父节点立刻命中关闭节点。 - 在
ReceptionRoomSetCluesChooseClues增加稳定等待(pre_wait_freezes),并将关闭侧边栏的收尾步骤下沉到具体分支(Pegged / ItemPut)中显式执行。 - 为
ReceptionRoomSetCluesPegged与ReceptionRoomSetCluesItemPut补齐next -> ReceptionRoomSetCluesClose,使流程更线性、收尾更明确。
Comments suppressed due to low confidence (1)
assets/resource/pipeline/DijiangRewards/ReceptionRoom.json:758
- 这里节点已移除 Click 动作,目前仅用于识别/等待进入「线索库存」界面并跳转到后续识别;但 desc 仍写“点击进入放置”,与实际行为不一致,容易误导后续维护。建议更新 desc 文案(或调整节点命名)以匹配当前逻辑。
"ReceptionRoomSetCluesChooseClues": {
"desc": "[会客室·线索] 识别到会客室内的线索界面和线索红点,点击进入放置",
"recognition": {
MistEO
approved these changes
Mar 27, 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.
#1643
Summary by Sourcery
Bug Fixes:
Original summary in English
Summary by Sourcery
Bug Fixes: