Skip to content

fix:修复adb基建任务培养舱中识别区错误#1052

Merged
MistEO merged 1 commit intomainfrom
Fix/Growth
Mar 6, 2026
Merged

fix:修复adb基建任务培养舱中识别区错误#1052
MistEO merged 1 commit intomainfrom
Fix/Growth

Conversation

@overflow65537
Copy link
Member

@overflow65537 overflow65537 commented Mar 6, 2026

Summary by Sourcery

错误修复:

  • 更正用于 ADB 基础架构任务训练模块识别区域的文本模板配置。
Original summary in English

Summary by Sourcery

Bug Fixes:

  • Correct the text template configuration used for the adb infrastructure task training module recognition area.

Copilot AI review requested due to automatic review settings March 6, 2026 14:57
@overflow65537 overflow65537 linked an issue Mar 6, 2026 that may be closed by this pull request
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.

嗨,我已经审查了你的更改,一切看起来都很棒!


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 旨在修复 ADB 基建任务在“培养舱”界面中,对“全部收取”按钮文本的 OCR 识别区域(ROI)偏移配置错误,从而提升识别/点击的稳定性。

Changes:

  • 调整 ClaimAllTextroi_offset 参数,以修正“全部收取”文本的识别范围。
Comments suppressed due to low confidence (1)

assets/resource/pipeline/DijiangRewards/Template/TextTemplate.json:52

  • ClaimAllText 仍使用中文 OCR 预期文本 全部收取,但英文资源下已存在 assets/resource_en/pipeline/DijiangRewards/GrowthChamber.json 等覆盖文件,说明该任务在英文客户端也会运行;目前未找到对 ClaimAllText.recognition.param.expected 的英文覆盖,英文客户端会在此处识别失败。建议在 assets/resource_en/pipeline/DijiangRewards/ 下增加对 ClaimAllText 的覆盖(可单独新增 Template/TextTemplate.json 或在现有文件中补充),将 expected 改为英文按钮文案(并可按需保留多候选)。
                    3
                ],
                "expected": [
                    "全部收取"
                ]

@MistEO MistEO merged commit 7337879 into main Mar 6, 2026
21 checks passed
@MistEO MistEO deleted the Fix/Growth branch March 6, 2026 15:48
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