perf: ItemTransfer 取消对抗性设计,恢复电脑端控制器,默认不走导航#1001
Merged
Daydreamer114 merged 3 commits intomainfrom Mar 5, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
你好——我已经审查了你的修改,看起来非常棒!
帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据你的反馈改进后续评审。
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 调整 ItemTransfer 的默认执行路径,避免默认强制导航/传送,并恢复更多 PC 端控制器支持,同时补齐新选项的多语言文案。
Changes:
- 为 ItemTransfer 新增开关选项
AutoTeleport:可选启用自动传送至帝江号会客室并抬高视角 - ItemTransfer 任务恢复支持
Win32/Win32-Window控制器(除Win32-Front外) - 将 ItemTransfer pipeline 默认入口从“导航/传送”改为直接进入仓库切换流程,并新增各语言的选项文案
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| assets/tasks/ItemTransfer.json | 新增 AutoTeleport 任务选项;扩展任务可用的 Win32 控制器集合;通过 pipeline_override 控制是否走导航 |
| assets/resource/pipeline/ItemTransfer.json | 调整 ItemTransfer 根节点描述与默认 next,默认不再走传送导航 |
| assets/misc/locales/zh_tw.json | 新增 AutoTeleport 选项标签与说明(繁中) |
| assets/misc/locales/zh_cn.json | 新增 AutoTeleport 选项标签与说明(简中) |
| assets/misc/locales/ko_kr.json | 新增 AutoTeleport 选项标签与说明(韩文) |
| assets/misc/locales/ja_jp.json | 新增 AutoTeleport 选项标签与说明(日文) |
| assets/misc/locales/en_us.json | 新增 AutoTeleport 选项标签与说明(英文) |
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 2026
## Summary by Sourcery 调整 ItemTransfer 行为,以恢复桌面端的控制器使用方式,并更改默认导航处理逻辑,同时更新相关配置和本地化资源。 增强内容: - 修订 ItemTransfer 的流水线和任务配置,以改变控制器行为和默认导航流程。 - 更新所有支持语言中与 ItemTransfer 相关文本的本地化条目。 <details> <summary>Original summary in English</summary> ## Summary by Sourcery Adjust ItemTransfer behavior to restore desktop controller usage and change default navigation handling while updating related configuration and localization assets. Enhancements: - Revise ItemTransfer pipeline and task configuration to alter controller behavior and default navigation flow. - Update localization entries across all supported languages for ItemTransfer-related text. </details>
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 2026
## Summary by Sourcery 调整 ItemTransfer 行为,以恢复桌面端的控制器使用方式,并更改默认导航处理逻辑,同时更新相关配置和本地化资源。 增强内容: - 修订 ItemTransfer 的流水线和任务配置,以改变控制器行为和默认导航流程。 - 更新所有支持语言中与 ItemTransfer 相关文本的本地化条目。 <details> <summary>Original summary in English</summary> ## Summary by Sourcery Adjust ItemTransfer behavior to restore desktop controller usage and change default navigation handling while updating related configuration and localization assets. Enhancements: - Revise ItemTransfer pipeline and task configuration to alter controller behavior and default navigation flow. - Update localization entries across all supported languages for ItemTransfer-related text. </details>
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
调整 ItemTransfer 行为,以恢复桌面端的控制器使用方式,并更改默认导航处理逻辑,同时更新相关配置和本地化资源。
增强内容:
Original summary in English
Summary by Sourcery
Adjust ItemTransfer behavior to restore desktop controller usage and change default navigation handling while updating related configuration and localization assets.
Enhancements: