Skip to content

Weekly Report: 2026-06-25 #1650

Description

@github-actions

📊 活动统计概览

指标 本周 上周 趋势
🛠 新增 PRs 14 0
✅ 合并 PRs 5 0
❌ 关闭 PRs 8 0
🐛 新增 Issues 3 5
❌ 关闭 Issues 1 0
📝 Commits 10 0

🎯 PR 详情

点击此处展开 - [`#1649`](https://github.com//pull/1649) Automated PR 2026.06.25 - ✅ 合并 `@github-actions`[bot] `automated` - 自动同步 `dev` 到 `master`。汇总了近期设备识别回退、活动界面识别和任务入口相关更新。 - [`#1640`](https://github.com//pull/1640) Expand netherworld challenge ROI - ❌ 关闭 `@leovefy` - 扩大冥界挑战按钮识别区域。并补充了单任务调试流程文档。 - [`#1639`](https://github.com//pull/1639) 修复新UI下六道进入失败的bug - ✅ 合并 `@leovefy` - 修正六道之门探索入口与确认检查区域。新 UI 下进入失败的问题得到修复。 - [`#1638`](https://github.com//pull/1638) fix(Login): 登陆时可展开卷轴 - ✅ 合并 `@yEs1do` - 登录流程现在会尝试展开关闭的卷轴。院子已出现但空闲院子图未识别时也能继续。 - [`#1637`](https://github.com//pull/1637) Security: Potential Command Injection in Process Execution - ❌ 关闭 `@tomaioo` - 将 `taskkill` 调用改为参数列表执行。进程终止逻辑的命令注入风险被收敛。 - [`#1635`](https://github.com//pull/1635) Fix UI entry bugs and enhance netherworld challenge features - ❌ 关闭 `@leovefy` - 集中修复多处活动入口与 ROI 识别问题。并加入 Boss 预设切换、ASCII JSON 响应和新庭院皮肤适配。 - [`#1648`](https://github.com//pull/1648) fix(Exploration): 每次仅开始运行探索任务时放置狗粮 - 🔄 打开 `@yEs1do` - 探索初始化标志改为跨流程共享。放置狗粮时机与阈值判断被进一步优化。 - [`#1647`](https://github.com//pull/1647) Handle invalid art war card OCR values - 🔄 打开 `@leovefy` - OCR 结果缺失或非法时会回退为零值。避免英杰试炼卡牌数识别异常导致流程中断。 - [`#1646`](https://github.com//pull/1646) Add costume main 15 assets and localization - 🔄 打开 `@leovefy` - 新增 `COSTUME_MAIN_15` 的资源与配置。庭院皮肤映射范围继续扩展。 - [`#1645`](https://github.com//pull/1645) Use ASCII JSON responses for proxy compatibility - 🔄 打开 `@leovefy` - 服务端响应统一切到 ASCII JSON。代理环境下的兼容性进一步增强。 - [`#1644`](https://github.com//pull/1644) Fix HeroTest OCR mode for art war card plus - 🔄 打开 `@leovefy` - 修正 Art War Plus 卡牌 OCR 模式和数值处理。识别结果更稳定。 - [`#1643`](https://github.com//pull/1643) Handle additional Demon Retreat entry states - 🔄 打开 `@leovefy` - 补充了 Demon Retreat 多种入口状态判断。进入成功日志不会再过早触发。 - [`#1642`](https://github.com//pull/1642) Add boss gathering preset switching - 🔄 打开 `@leovefy` - 支持在 Boss 集结阶段切换预设。已打开预设面板时可复用通用切换逻辑。 - [`#1641`](https://github.com//pull/1641) Handle active Abyss Shadows map on Shenshe entry - 🔄 打开 `@leovefy` - 处理进入神社后深渊暗影已处于激活态的场景。地图状态检测也同步增强。

🐛 Issue 详情

点击此处展开 - [`#1630`](https://github.com//issues/1630) [aw] Issue Triage failed - 🤖 agentic-workflows `@github-actions`[bot] ❌ 已关闭 (`agentic-workflows`) - 一次 Issue Triage 工作流因上游 502 中断后被关闭。属于自动化流程失败,不是仓库代码缺陷。 - [`#1636`](https://github.com//issues/1636) 个别管理在群里禁言以及踢人 - 📌 issue `@Meliodve` 🔓 打开中 - 这是社区管理相关讨论。当前仍保持开启状态等待后续处理。 - [`#1634`](https://github.com//issues/1634) [aw] Issue Triage failed - 🤖 agentic-workflows `@github-actions`[bot] 🔓 打开中 (`agentic-workflows`) - 一次 Issue Triage 工作流因 429 限流失败。问题集中在自动化运行稳定性而非功能回归。 - [`#1633`](https://github.com//issues/1633) 英杰试炼卡在技能点选择页面 - 🐛 bug `@DZK326` 🔓 打开中 (`bug`) - 用户反馈英杰试炼在强化技能点选择页面偶发卡住。日志显示 OCR 未识别到目标文本后等待超时。

📝 Changelog

✨ 新增功能

  • 支持 Boss 集结阶段切换队伍预设
  • 引入 ASCII-only JSON 响应以提升代理兼容性
  • 新增 COSTUME_MAIN_15 庭院皮肤资源与配置

🐛 Bug 修复

  • 修复新 UI 下六道之门进入失败问题
  • 修复登录时卷轴关闭导致流程停滞的问题
  • 收敛进程终止逻辑中的命令拼接风险
  • 扩大冥界挑战、深渊暗影等页面的 ROI 提升识别稳定性
  • 修正英杰试炼卡牌 OCR 模式和异常值处理

📚 文档更新

  • 新增 AGENT.md,沉淀单任务调试与验证流程

👥 贡献者

感谢所有参与到开发/测试中的朋友们,是大家的帮助让 OAS 越来越好! (* ́▽`)ノノ

@leovefy @yEs1do @tomaioo @DZK326 @Meliodve @runhey
@leovefy @yEs1do @tomaioo @DZK326 @Meliodve @runhey

🔧 CI/CD 状态

  • 运行次数: 暂不可得
  • 通过率: 暂不可得
  • ❌ 失败的 Jobs:
    • 暂不可得

📈 仓库健康度

  • ⭐ Stars: 4,393 (变化暂不可得)
  • 🍴 Forks: 430 (变化暂不可得)
  • 📊 Open Issues: 310 / Closed Issues: 暂不可得

💭 AI 总结

本周仓库的主要节奏很明确:一边快速修补新 UI 与 OCR 适配问题,一边把部分长期易碎点做成更稳的通用能力。尤其是六道之门、登录流程、冥界挑战和英杰试炼相关修复,说明项目还在持续压缩自动化场景里的识别噪音。

另一个明显信号是 leovefy 连续拆分了一组面向功能完善和稳定性的 PR,把 Boss 预设切换、ASCII JSON、庭院皮肤扩展等工作并行推进。自动化工作流本周也暴露了限流和上游服务抖动问题,下周如果能继续补上 CI 统计可观测性,周报会更完整。


由 OAS Bot 自动生成

Warning

Firewall blocked 2 domains

The following domains were blocked by the firewall during workflow execution:

  • api.github.com
  • github.com

[!TIP]
api.github.com is blocked because GitHub API access uses the built-in GitHub tools by default. Instead of adding api.github.com to network.allowed, use tools.github.mode: gh-proxy for direct pre-authenticated GitHub CLI access without requiring network access to api.github.com:

tools:
  github:
    mode: gh-proxy

See GitHub Tools for more information on gh-proxy mode.

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "api.github.com"
    - "github.com"

See Network Configuration for more information.

Generated by Weekly Report · 130.6 AIC · ⌖ 9.99 AIC · ⊞ 15.4K ·

  • expires on Jul 25, 2026, 7:23 PM UTC

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions