Conversation
Contributor
Findings
Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "ab.chatgpt.com"See Network Configuration for more information.
|
Contributor
Change Summary
Reconstructed Intent点击此处展开- 这次改动最可能是为了把识别范围收窄到顶部挑战次数本身,避开“今日挑战次数”等文字或其他邻近内容,从而提高已完成挑战(`0/1`)的提前结束判断准确性。 - 该规则位于任务进入灯笼和 Boss 流程之前,识别为 `0/1` 时会直接结束当天任务。Observed Constraints点击此处展开- 实现依赖固定的 1280×720 坐标布局,以及挑战次数文本实际落在新区域 `x=705..750, y=68..104` 内。 - 新区域必须完整包含 `0/1` 或 `1/1`(尤其是斜杠),否则 `detect_and_ocr` 无法匹配时会按默认路径继续。 - 两个资源定义必须持续同步;本次变更已同步,但没有配套截图/识别样例可验证边界。Intent Alignment
Release Risk
Validation Gaps点击此处展开- 未看到针对 `0/1`、`1/1` 两种状态的实际截图或 OCR 回归样例,无法确认新区域覆盖完整文本。 - 未看到不同 UI 状态(刚进入现世逢魔、已完成挑战、文字动画/刷新中)的识别验证。 - 建议至少用真实截图确认新旧 ROI 的 OCR 输出分别稳定得到 `0/1` 与 `1/1`,并确认识别失败时不会造成不期望的重复挑战。Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "ab.chatgpt.com"See Network Configuration for more information.
|
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
Bug Fixes:
Original summary in English
Summary by Sourcery
Bug Fixes: