Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
修复在世界等级较低时,协议空间流程因入口识别与列表操作导致无法正常退出/继续的问题,并同步调整相关文案与识别条件以适配低等级界面差异。
Changes:
- 协议空间入口/目标识别增加低等级图片模板候选(template 由单值扩展为多候选)。
- 调整协议空间列表滑动的起止坐标,规避误触奖励区域导致无法下拉。
- 更新协议空间按钮期望文本与多语言任务描述文案。
Reviewed changes
Copilot reviewed 7 out of 16 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| assets/tasks/ProtocolSpace.json | 为多个识别点增加 Low 模板候选,以支持低世界等级/低等级界面识别 |
| assets/resource/pipeline/ProtocolSpace/OperationalManual.json | 调整滑动坐标并更改按钮期望文本以适配界面差异 |
| assets/locales/interface/zh_tw.json | 更新协议空间任务描述,强调“最高等級” |
| assets/locales/interface/zh_cn.json | 更新协议空间任务描述,强调“最高等级” |
| assets/locales/interface/ko_kr.json | 更新协议空间任务描述,强调“최고 등급” |
| assets/locales/interface/ja_jp.json | 更新协议空间任务描述,强调“最高レベル” |
| assets/locales/interface/en_us.json | 更新协议空间任务描述,强调 “highest-level” |
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.
1、协议空间入口增加低等级图片模板识别
2、协议空间列表下拉位置更改,避免点击到奖励导致无法下拉
close #1688