Skip to content

feat: 更新培养舱、制造舱和恢复心情功能,增加识别和点击逻辑#982

Merged
MistEO merged 4 commits intomainfrom
perf/DijiangRewards
Mar 4, 2026
Merged

feat: 更新培养舱、制造舱和恢复心情功能,增加识别和点击逻辑#982
MistEO merged 4 commits intomainfrom
perf/DijiangRewards

Conversation

@overflow65537
Copy link
Member

@overflow65537 overflow65537 commented Mar 4, 2026

Summary by Sourcery

更新 DijiangRewards 流水线,以支持在成长、制造、导航、接待和情绪恢复流程中的新交互,同时统一共享文本模板。

新功能:

  • 扩展 DijiangRewards 的成长舱、制造、导航、接待室和情绪恢复流程,以处理更新后的交互与识别行为。

增强:

  • 优化 DijiangRewards 流水线的共享文本模板配置,为各流程提供更加一致的文案。
Original summary in English

Summary by Sourcery

Update DijiangRewards pipelines to support new interactions in growth, manufacturing, navigation, reception, and emotion recovery flows, while unifying shared text templates.

New Features:

  • Extend DijiangRewards growth chamber, manufacturing, navigation, reception room, and emotion recovery flows to handle updated interaction and recognition behaviors.

Enhancements:

  • Refine shared text template configuration for DijiangRewards pipelines to provide more consistent copy across flows.

新功能:

  • 扩展 DijiangRewards 流程,以支持更新后的成长舱、制造间、导航、接待室和情绪恢复行为。

增强优化:

  • 优化在各个 DijiangRewards 流水线中使用的共享文案模板配置,以实现更一致的交互体验。
Original summary in English

Summary by Sourcery

更新 DijiangRewards 流水线,以支持在成长、制造、导航、接待和情绪恢复流程中的新交互,同时统一共享文本模板。

新功能:

  • 扩展 DijiangRewards 的成长舱、制造、导航、接待室和情绪恢复流程,以处理更新后的交互与识别行为。

增强:

  • 优化 DijiangRewards 流水线的共享文本模板配置,为各流程提供更加一致的文案。
Original summary in English

Summary by Sourcery

Update DijiangRewards pipelines to support new interactions in growth, manufacturing, navigation, reception, and emotion recovery flows, while unifying shared text templates.

New Features:

  • Extend DijiangRewards growth chamber, manufacturing, navigation, reception room, and emotion recovery flows to handle updated interaction and recognition behaviors.

Enhancements:

  • Refine shared text template configuration for DijiangRewards pipelines to provide more consistent copy across flows.

@overflow65537 overflow65537 linked an issue Mar 4, 2026 that may be closed by this pull request
@overflow65537 overflow65537 marked this pull request as ready for review March 4, 2026 12:08
Copilot AI review requested due to automatic review settings March 4, 2026 12:08
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.

嗨——我已经审查了你的更改,看起来非常棒!


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 更新了 DijiangRewards 相关流水线配置,以适配培养舱/制造舱/会客室/恢复心情等界面的交互变化,并抽取/复用部分按钮文字识别模板,从而提升识别与点击的稳定性与一致性。

Changes:

  • 重构并扩展培养舱(GrowthChamber)流程:新增“全部收取”、确认培养、确认提取与提取后返回等节点链路。
  • 统一/扩展文本模板:将部分“确认/取消/全部收取/确认提取”等按钮文本识别抽成通用模板并在多条子流程复用。
  • 调整恢复心情、会客室、导航与制造舱若干节点的 max_hit / wait_freezes / next 路由,以适配新的界面节奏与弹窗关闭路径。

Reviewed changes

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

Show a summary per file
File Description
assets/resource_en/pipeline/DijiangRewards/MainFlow.json 移除英语资源中不再使用的 InviteFriend 期望文本配置。
assets/resource/pipeline/DijiangRewards/Template/TextTemplate.json 新增/重命名通用按钮文案识别模板(确认/全部收取/确认提取/取消等),并统一多处 roi_offset。
assets/resource/pipeline/DijiangRewards/RecoveryEmotion.json 调整恢复心情流程命中次数与等待参数,增加“确认”点击节点并优化返回路径。
assets/resource/pipeline/DijiangRewards/ReceptionRoom.json 调整会客室线索交流/退出相关节点路由与等待参数(含指定 target 的 wait_freezes)。
assets/resource/pipeline/DijiangRewards/Navigation.json 简化点击红点后的处理逻辑,改为仅等待冻结以便后续节点接管状态识别。
assets/resource/pipeline/DijiangRewards/Manufacturing.json 增加 max_hit 并复用通用“确认”文本模板;补充离开动作后的 wait_freezes。
assets/resource/pipeline/DijiangRewards/MainFlow.json 删除误入“邀请好友”界面的兜底处理节点(及对应 OCR 节点)。
assets/resource/pipeline/DijiangRewards/GrowthChamber.json 培养舱流程增强:新增“全部收取”、确认培养、确认提取、关闭奖励提示与灰色取消返回等完整链路。

@MistEO MistEO merged commit 499a849 into main Mar 4, 2026
17 checks passed
@MistEO MistEO deleted the perf/DijiangRewards branch March 4, 2026 12:36
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