fix(EnvironmentMonitoring): 修复进入拍照模式后会直接滑动屏幕的问题#1086
Merged
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 主要修复了环境监测任务中进入拍照模式后会立即触发屏幕滑动的 bug,同时更新了相关文档和本地化文本,标志着"环境监测"任务从测试版正式转为稳定版。
Changes:
- 在
EnterCameraModeClick和EnterCameraModeKeyDown节点中添加post_wait_freezes: 200,确保进入拍照模式后等待界面稳定再执行后续操作 - 更新
BeaconDamagedInBlightTide任务的地图导航路径,添加更多中间路径点 - 移除所有语言本地化文件及 README 中"环境监测(测试版)"相关标注,正式标记该功能为稳定版
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
assets/resource/pipeline/EnvironmentMonitoring/TakePhoto.json |
在两个进入拍照模式的节点添加 post_wait_freezes: 200,修复核心 bug |
assets/resource/pipeline/EnvironmentMonitoring/OutskirtsMonitoringTerminal/BeaconDamagedInBlightTide.json |
更新 GoToBeaconDamagedInBlightTideMapTrackerMove 的地图路径点 |
assets/misc/locales/zh_cn.json |
移除"测试版"标注;修复 JSON 冒号后缺少空格的格式问题 |
assets/misc/locales/zh_tw.json |
移除"測試版"标注;修复 JSON 格式 |
assets/misc/locales/en_us.json |
移除 "(Beta)" 标注;修复 JSON 格式 |
assets/misc/locales/ja_jp.json |
移除"テスト版"标注;修复 JSON 格式 |
assets/misc/locales/ko_kr.json |
移除"(베타)"标注;修复 JSON 格式 |
README.md |
移除环境监测功能中"测试版"相关说明 |
README.en.md |
移除环境监测功能中"currently in Beta"相关说明 |
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 2026
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 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.
进入拍照模式后需要等待拍照界面稳定。
Summary by Sourcery
调整环境监测拍照流程,在继续操作前等待相机视图稳定。
错误修复:
文档:
Original summary in English
Summary by Sourcery
Adjust Environment Monitoring photo-taking flow to wait for the camera view to stabilize before proceeding.
Bug Fixes:
Documentation: