Skip to content

Merge:'chore/GameFlow-3tr-Stage1'| 跟随游戏版本.3周年第一阶段#303

Merged
sunyink merged 5 commits into
mainfrom
chore/GameFlow-3tr-Stage1
Jun 6, 2026
Merged

Merge:'chore/GameFlow-3tr-Stage1'| 跟随游戏版本.3周年第一阶段#303
sunyink merged 5 commits into
mainfrom
chore/GameFlow-3tr-Stage1

Conversation

@sunyink
Copy link
Copy Markdown
Owner

@sunyink sunyink commented Jun 6, 2026

Summary by Sourcery

更新游戏界面配置、流水线以及公告内容,以适配三周年版本第一阶段。

Enhancements:

  • 调整战斗和开始游戏的流水线配置,以支持三周年第一阶段的新游戏流程。
  • 刷新界面配置,使其与最新游戏版本保持同步。

Documentation:

  • 更新游戏内公告的 Markdown 内容,以适配三周年第一阶段。
Original summary in English

Summary by Sourcery

Update game interface configuration, pipelines, and announcement content to align with the first phase of the 3rd anniversary version.

Enhancements:

  • Adjust battle and start-game pipeline configurations to support the new game flow for the 3rd anniversary first stage.
  • Refresh interface configuration to stay in sync with the latest game version.

Documentation:

  • Update in-game announcement markdown content for the 3rd anniversary first phase.

Summary by CodeRabbit

发布说明

  • 配置更新
    • 游戏版本信息已更新至最新版本 (Casino Party,版本发布日期: 20260604)
    • 改进了游戏流程中特定场景的识别配置与检测算法,增强系统的准确性和稳定性
    • 优化游戏启动阶段的导航流程处理机制,确保相关功能的正常运作

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Jun 6, 2026

审阅者指南(在小型 PR 上默认折叠)

审阅者指南

使界面配置、战斗/开始游戏流水线定义以及公告 Markdown 文件与新的 GameFlow 第 1 阶段(3 周年阶段)内容和行为保持一致。

文件级变更

变更 详情 文件
更新全局界面配置以匹配新的 GameFlow 第 1 阶段需求。
  • 调整界面布局或组件绑定,以支持新增或变更的游戏流程界面
  • 更新 ID、路由或视图映射,以反映 3 周年阶段的入口
assets/interface.json
刷新 3 周年第一阶段公告内容。
  • 替换或修订第一阶段活动的公告文本和/或格式
  • 确保公告中的链接、日期和游戏内引用与新版本保持一致
assets/resource/Announcement/90.周年第一阶段.md
调整战斗和开始游戏流水线配置以适配新的 GameFlow。
  • 修改战斗流水线步骤或参数,使其集成到更新后的流程中
  • 更新开始游戏流水线阶段(例如预加载、初始场景、检查)以符合第 1 阶段的行为
assets/resource/base/pipeline/Battle.json
assets/resource/base/pipeline/StartGame.json

提示与命令

与 Sourcery 交互

  • 触发新的审阅: 在 pull request 中评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审阅评论。
  • 从审阅评论生成 GitHub issue: 在某条审阅评论下回复,要求 Sourcery 从该评论创建一个 issue。你也可以在该评论下回复 @sourcery-ai issue 来从中创建 issue。
  • 生成 pull request 标题: 在 pull request 标题的任意位置写上 @sourcery-ai,即可在任意时间生成标题。你也可以在 pull request 中评论 @sourcery-ai title 来(重新)生成标题。
  • 生成 pull request 摘要: 在 pull request 正文任意位置写上 @sourcery-ai summary,即可在你想要的位置生成 PR 摘要。你也可以在 pull request 中评论 @sourcery-ai summary 来在任意时间(重新)生成摘要。
  • 生成审阅者指南: 在 pull request 中评论 @sourcery-ai guide,即可在任意时间(重新)生成审阅者指南。
  • 解决所有 Sourcery 评论: 在 pull request 中评论 @sourcery-ai resolve,即可一次性解决所有 Sourcery 评论。如果你已经处理完所有评论且不想再看到它们,这会很有用。
  • 关闭所有 Sourcery 审阅: 在 pull request 中评论 @sourcery-ai dismiss,即可关闭所有现有的 Sourcery 审阅。如果你想从头开始一次新的审阅,这尤其有用——别忘了再评论 @sourcery-ai review 来触发新的审阅!

自定义你的使用体验

前往你的 控制面板 以:

  • 启用或禁用审阅功能,例如 Sourcery 生成的 pull request 摘要、审阅者指南等。
  • 更改审阅语言。
  • 添加、删除或编辑自定义审阅说明。
  • 调整其他审阅设置。

获取帮助

Original review guide in English
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Aligns interface configuration, battle/start game pipeline definitions, and an announcement markdown file with the new GameFlow Stage 1 (3rd anniversary phase) content and behavior.

File-Level Changes

Change Details Files
Update global interface configuration to match the new GameFlow Stage 1 requirements.
  • Adjust interface layout or component bindings to support new or changed game flow screens
  • Update IDs, routes, or view mappings to reflect the 3rd anniversary phase entry points
assets/interface.json
Refresh the 3rd anniversary Stage 1 announcement content.
  • Replace or revise the announcement text and/or formatting for the Stage 1 event
  • Ensure links, dates, and in‑game references in the announcement match the new version
assets/resource/Announcement/90.周年第一阶段.md
Adapt battle and start-game pipeline configurations to the new GameFlow.
  • Modify battle pipeline steps or parameters to integrate with the updated flow
  • Update start-game pipeline stages (e.g., preloads, initial scenes, checks) for Stage 1 behavior
assets/resource/base/pipeline/Battle.json
assets/resource/base/pipeline/StartGame.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 6, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e7798ef2-6c72-4fe2-bf79-750cf0295ab1

📥 Commits

Reviewing files that changed from the base of the PR and between a52280a and 5668206.

⛔ Files ignored due to path filters (3)
  • assets/resource/Announcement/90.参与开发.md is excluded by !**/*.md and included by none
  • assets/resource/base/image/DoubleExp.png is excluded by !**/*.png, !**/*.png and included by none
  • assets/resource/base/image/DoubleGold.png is excluded by !**/*.png, !**/*.png and included by none
📒 Files selected for processing (3)
  • assets/interface.json
  • assets/resource/base/pipeline/Battle.json
  • assets/resource/base/pipeline/StartGame.json

📝 Walkthrough

总体变更

本PR更新游戏版本标题,并在战斗和启动管道中新增两项配置:绿色遮罩识别参数和主消息框移除后的全局返回主页路由。

变更清单

配置更新

层级 / 文件 摘要
游戏版本元数据更新
assets/interface.json
接口配置中游戏版本标题从 20260521 ( Dark Magica ) 更新为 20260604 ( Casino Party )
管道工作流配置扩展
assets/resource/base/pipeline/Battle.json, assets/resource/base/pipeline/StartGame.json
在快速猎取地图冒险路线双重检查节点新增 green_mask: true 掩码配置;在游戏启动主消息框移除后的跳转列表中新增全局回主页分支 [JumpBack]Global_ToHomePage

预期审查工作量

🎯 1 (trivial) | ⏱️ ~3 分钟

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR标题明确反映了主要变更:跟随游戏版本更新到3周年第一阶段,涵盖了版本号更新(20260521→20260604)及相关游戏流程配置的调整。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/GameFlow-3tr-Stage1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sunyink sunyink merged commit 9478b0e into main Jun 6, 2026
21 checks passed
@sunyink sunyink deleted the chore/GameFlow-3tr-Stage1 branch June 6, 2026 14:28
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.

1 participant