Skip to content

fix(EnvironmentMonitoring): 修复进入拍照模式后会直接滑动屏幕的问题#1086

Merged
MistEO merged 4 commits intomainfrom
fix/environment-take-photo-wait
Mar 7, 2026
Merged

fix(EnvironmentMonitoring): 修复进入拍照模式后会直接滑动屏幕的问题#1086
MistEO merged 4 commits intomainfrom
fix/environment-take-photo-wait

Conversation

@he0119
Copy link
Contributor

@he0119 he0119 commented Mar 7, 2026

进入拍照模式后需要等待拍照界面稳定。

Summary by Sourcery

调整环境监测拍照流程,在继续操作前等待相机视图稳定。

错误修复:

  • 通过在进入环境监测拍照模式后等待拍照界面稳定,防止出现非预期的屏幕滑动。

文档:

  • 更新英文和中文的环境监测功能说明,从 README 中移除测试版相关措辞。
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:

  • Prevent unintended screen swipes when entering Environment Monitoring photo mode by waiting for the photo interface to stabilize.

Documentation:

  • Update Environment Monitoring feature description in English and Chinese READMEs to remove beta-status wording.

Copilot AI review requested due to automatic review settings March 7, 2026 14:33
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.

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.

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 主要修复了环境监测任务中进入拍照模式后会立即触发屏幕滑动的 bug,同时更新了相关文档和本地化文本,标志着"环境监测"任务从测试版正式转为稳定版。

Changes:

  • EnterCameraModeClickEnterCameraModeKeyDown 节点中添加 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 MistEO merged commit ec10572 into main Mar 7, 2026
10 checks passed
@MistEO MistEO deleted the fix/environment-take-photo-wait branch March 7, 2026 14:45
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