Commit Graph

18246 Commits

Author SHA1 Message Date
dependabot[bot]
20db680fc8 ci: bump the github-actions group in /.github/workflows with 2 updates (#15897)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 23:48:59 +08:00
Status102
b2d8591974 rft!: 自动战斗协议 干员技能默认值变更为 0 (不指定技能) (#15898)
* rft!: 自动战斗协议 干员技能默认值变更为 0 (不指定技能)

* fix: 检查范围修复
2026-03-02 23:16:40 +08:00
Constrat
56b585d424 chore(clangd): cleanup warnings - unused variables and unused includes 2026-03-02 14:59:23 +01:00
status102
57fea11732 fix: 错误提交
[skip changelog]
2026-03-02 21:14:08 +08:00
github-actions[bot]
96e8dd6c61 chore: Auto Update Game Resources - 2026-03-02
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22560890237

[skip changelog]
2026-03-02 04:04:45 +00:00
Status102
c7a1f1c965 perf: 适配国服游戏内暂停期间部署 (#15888)
* perf: 适配国服游戏内暂停期间部署

* perf: 外服适配
2026-03-02 11:18:12 +08:00
Status102
b293b34a3a i18n(wpf): 自动战斗跳过干员属性要求提示 增加 精英化例外 及 跳过后不点赞说明 (#15881)
* i18n(wpf): 自动战斗跳过干员属性要求提示 增加 精英化例外 及 跳过后不点赞说明

* i18n: EN

* i18n: KR

* i18n: zh-tw

---------

Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
Co-authored-by: HX3N <scarlet7518@gmail.com>
Co-authored-by: momomochi987 <as99us301@gmail.com>
2026-03-01 22:47:39 +08:00
Zenith
2fa338f2b7 fix: Make Starting Operator searching dropdown case insensitive for en (#15879) 2026-03-01 20:53:59 +08:00
github-actions[bot]
a15876dd93 chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22528969208
[skip changelog]
2026-02-28 21:04:30 +00:00
status102
8eeb70fb04 fix: 移除不必要的配置迁移触发条件
导致备份配置无法生效
2026-03-01 01:21:53 +08:00
SherkeyXD
fdcfc93209 feat: PC 端运行时要求以管理员身份重启 MAA (#15748) 2026-02-28 20:15:22 +08:00
Status102
6e6e7b9f75 feat(wpf): 自动战斗-其他活动支持使用作业列表加载作业集并从中选择作业 (#15804)
* feat(wpf): 自动战斗-其他活动支持使用作业列表加载作业集并从中选择作业

* fix: 作业集解析后清空缓存
2026-02-28 19:32:01 +08:00
status102
6d8fab392c fix(wpf): 修改任务名过滤换行 2026-02-28 18:23:23 +08:00
Hao Guan
2b9701ba9a perf: 适配PlayCover的BGR优化截图 (#15810) 2026-02-28 17:41:03 +08:00
Status102
92d7379a22 Release v6.3.7 (#15872)
## Summary by Sourcery

更新战场击杀数识别逻辑,改为使用基于区域的 OCR,并缓存击杀标记位置,同时改进相关模板匹配;另外刷新安装和新手文档,并调整 Markdown
链接检查的路径。

Bug Fixes(错误修复):
- 通过将击杀标记检测与数字识别分离,并更健壮地处理缺失或空的 OCR 结果,提高击杀数 OCR 的识别效果。
- 修复击杀数和费用识别的缓存命中检查,以正确比较前一帧和当前帧的尺寸。

Enhancements(功能增强):
- 从缓存命中检查中返回击杀标记位置,以便在后续 OCR 中复用已检测的区域。
- 在检测击杀标记时应用高斯模糊和自定义模板匹配配置,以提高匹配的可靠性。
- 调整文档页面的排序和图标,以改善导航体验。

CI:
- 配置 Markdown 链接检查工具,将文档的公开目录作为内部链接校验的根目录。

Documentation(文档):
- 拆分并扩展 GUI 安装说明,提供专门的下载与安装指南,并相应更新新手引导步骤。
- 明确用户的日志与反馈指引,包括如何生成可共享的日志归档。
- 更新 CLI 安装页面图标,并调整文档导航顺序。

Chores(杂务):
- 为 TXWY AT 关卡配置新增一个 resource/tasks JSON 文件。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Update battlefield kill count recognition to use region-based OCR with
cached kill-flag location and add related template matching
improvements, while refreshing installation and newbie documentation and
adjusting markdown link checking paths.

Bug Fixes:
- Improve kill count OCR by separating kill-flag detection from number
recognition and handling missing or empty OCR results more robustly.
- Fix cache hit checks for kill count and cost recognition to properly
compare previous and current frame sizes.

Enhancements:
- Return kill-flag position from cache hit checks to reuse detected
regions for subsequent OCR.
- Apply Gaussian blur and custom template matching configuration when
detecting the kill-flag to improve match reliability.
- Adjust ordering and icons of documentation pages for better
navigation.

CI:
- Configure markdown link checker to use the docs public directory as
its root for internal link validation.

Documentation:
- Split and expand GUI installation instructions into a dedicated
download and install guide, updating newbie onboarding steps
accordingly.
- Clarify logging and feedback guidance for users, including generating
shareable log archives.
- Update CLI install page icon and documentation navigation order.

Chores:
- Add a new resource/tasks JSON file for TXWY AT stage configuration.

</details>
2026-02-28 16:09:33 +08:00
github-actions[bot]
fcefc5f8ee docs: Auto Update Changelogs of v6.3.7 (#15873)
* docs: Auto Generate Changelog of Release v6.3.7

* docs: changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Status102 <102887808+status102@users.noreply.github.com>
2026-02-28 13:15:55 +08:00
status102
3a200fb884 fix: correct_rect在x y负方向超限不完全的情况下, 校正后width height错误 2026-02-28 13:10:11 +08:00
status102
47da22b8b2 chore: 注释标错了 2026-02-28 12:57:32 +08:00
status102
d1104986df rft: 修改流程
[skip changelog]
2026-02-28 12:53:13 +08:00
Status102
ff0d76b031 rft: 重构战斗中击杀识别, 击杀图标匹配使用高斯模糊预处理 (#15868)
* Revert "chore: Auto Templates Optimization"

This reverts commit f9b866000d.

Revert "fix: 沟槽的 yj 怎么有倒计时的时候击杀数图标都不一样"

This reverts commit fd718fa355.

Revert "chore: Auto Templates Optimization"

This reverts commit 4855537bd3.

Revert "perf: 优化击杀数模板图"

This reverts commit e4ba0f1efe.

* rft: 重构战斗中击杀识别

* chore: remove debug code

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>

* chore: roi恢复

---------

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2026-02-28 11:51:18 +08:00
github-actions[bot]
8372c35f4c chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22503800132
[skip changelog]
2026-02-27 21:07:53 +00:00
Goat Boring(山羊博宁88)
6f81724640 docs: 修族谱 (#15856)
把其中一个容器修一下
2026-02-27 16:42:01 +08:00
Goat Boring(山羊博宁88)
ffcaa60fe5 docs: Add dedicated "MAA GUI download and installation guide" (#15138)
Co-authored-by: MistEO <mistereo@hotmail.com>
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
Co-authored-by: HX3N <scarlet7518@gmail.com>
2026-02-27 13:24:16 +08:00
status102
9946d61ea7 fix: 自动战斗最右侧单位无法识别 2026-02-27 12:52:55 +08:00
status102
cfea9681b4 fix: 自动战斗击杀数识别便宜
link to 5872357881, fd718fa355, 447d0f2d17, e4ba0f1efe
2026-02-27 11:51:25 +08:00
HY
04fd27926c chore: 繁中服「墟」活動導航 (#15849) 2026-02-26 17:18:02 +01:00
Rbqwow
97b59fbc3e ci: 为死链检查工作流指定根目录 (#15848)
* ci: 为死链检查工作流指定根目录

* fix: 路径写错了
2026-02-27 00:01:11 +08:00
uye
71f400359b Release v6.3.6 (#15830)
## 由 Sourcery 提供的摘要

为 v6.3.6 版本发布准备修复和配置更新。

错误修复:
- 允许快速技能检测在不需要特定技能等级时也能验证操作员。

CI:
- 扩展 issue-checker 的匹配模式,以检测日志/报告上传失败和进行中的情况,用于自动化打标签和评论。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

为 v6.3.6 版本发布准备修复和配置更新。

Bug 修复:
- 确保在快速技能检测中,即使未要求特定技能等级,也会对干员进行校验。
- 改进视野矩形矫正逻辑,在分析战场和关卡掉落时避免出现空区域或越界区域。

功能增强:
- 在解析崩溃日志时,如果不存在 CrashDumps 目录,增加日志记录。
- 为新版本更新资源和版本数据文件。

CI:
- 扩展 issue-checker 的标签和评论匹配逻辑,以处理 PC 客户端相关问题,并检测失败和进行中的日志/报告上传。

文档:
- 更新英文和中文的 Bug 反馈 Issue 模板,在可能的情况下请求提供崩溃转储文件。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Prepare fixes and configuration updates for the v6.3.6 release.

Bug Fixes:
- Ensure quick skill detection validates operators even when no specific
skill level is required.
- Improve vision rectangle correction to avoid empty or out-of-range
regions when analyzing battlefields and stage drops.

Enhancements:
- Log when the CrashDumps directory does not exist during crash log
parsing.
- Update resource and version data files for the new release.

CI:
- Extend issue-checker label and comment matching to handle PC client
issues and detect both failed and in-progress log/report uploads.

Documentation:
- Update English and Chinese bug report issue templates to request crash
dump files when available.

</details>

</details>

Bug 修复:
- 确保即使干员没有要求的技能等级,也能通过快速技能检测进行校验。
- 拓展 issue 检查模式,以便在未完成的 issue 与日志上传失败评论中,同时检测到失败和进行中的日志/报告上传。

<details>
<summary>Original summary in English</summary>

## 由 Sourcery 提供的摘要

为 v6.3.6 版本发布准备修复和配置更新。

错误修复:
- 允许快速技能检测在不需要特定技能等级时也能验证操作员。

CI:
- 扩展 issue-checker 的匹配模式,以检测日志/报告上传失败和进行中的情况,用于自动化打标签和评论。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

为 v6.3.6 版本发布准备修复和配置更新。

Bug 修复:
- 确保在快速技能检测中,即使未要求特定技能等级,也会对干员进行校验。
- 改进视野矩形矫正逻辑,在分析战场和关卡掉落时避免出现空区域或越界区域。

功能增强:
- 在解析崩溃日志时,如果不存在 CrashDumps 目录,增加日志记录。
- 为新版本更新资源和版本数据文件。

CI:
- 扩展 issue-checker 的标签和评论匹配逻辑,以处理 PC 客户端相关问题,并检测失败和进行中的日志/报告上传。

文档:
- 更新英文和中文的 Bug 反馈 Issue 模板,在可能的情况下请求提供崩溃转储文件。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Prepare fixes and configuration updates for the v6.3.6 release.

Bug Fixes:
- Ensure quick skill detection validates operators even when no specific
skill level is required.
- Improve vision rectangle correction to avoid empty or out-of-range
regions when analyzing battlefields and stage drops.

Enhancements:
- Log when the CrashDumps directory does not exist during crash log
parsing.
- Update resource and version data files for the new release.

CI:
- Extend issue-checker label and comment matching to handle PC client
issues and detect both failed and in-progress log/report uploads.

Documentation:
- Update English and Chinese bug report issue templates to request crash
dump files when available.

</details>

</details>

</details>
2026-02-26 19:18:54 +08:00
uye
3d51ef2393 docs: Update CHANGELOG for version 6.3.6
Updated CHANGELOG for version 6.3.6 with improvements, fixes, and other changes.
2026-02-26 19:18:32 +08:00
github-actions[bot]
58d0899d18 feat: Update Submodules MaaMacGui, maa-cli
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22439683719
[skip changelog]
2026-02-26 11:16:08 +00:00
status102
d3dcb45bee fix: 刷理智-掉落识别rect超限导致崩溃 2026-02-26 19:11:26 +08:00
萨拉托加
bcca7d6555 chore: issue模板添加闪退上传dmp提示 2026-02-26 17:07:52 +08:00
github-actions[bot]
f1617b5225 chore: Auto Update Game Resources - 2026-02-26
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22433860089

[skip changelog]
2026-02-26 08:24:52 +00:00
status102
986a1ddaf9 perf: Wpf 增加未找到 CrashDumps 文件夹 Log, correct_rect 增加 rect.empty() log 2026-02-26 15:41:22 +08:00
status102
21aef56331 fix: 修复自动战斗中待部署区干员匹配标志rect后处理越界 2026-02-26 15:38:53 +08:00
status102
489d94df7c Revert "fix: 超出范围的Rect使用{0, 0, 0, 0}代替原样返回, x, y为负值时width和height改正错误 (#15695)"
This reverts commit 667a82ede4.
2026-02-26 12:33:21 +08:00
萨拉托加
23c65b6e54 ci: 添加PC端标签 2026-02-26 11:52:59 +08:00
status102
167fc5e2f1 fix: 移除多余检查 2026-02-26 11:40:13 +08:00
萨拉托加
d43d7d1092 ci: 修复无法正确识别日志上传失败 2026-02-26 10:32:35 +08:00
github-actions[bot]
474321e1f3 chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22416032302
[skip changelog]
2026-02-25 21:11:06 +00:00
uye
77175d6cab Release v6.3.5 (#15813)
## Summary by Sourcery

Bug Fixes:
- 通过在执行子字符串操作之前验证字符串长度,在从战场击杀文本中提取击杀数量时,防止潜在的越界访问。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Bug Fixes:
- Prevent potential out-of-range access when extracting kill count from
battlefield kill text by validating the string length before substring
operations.

</details>

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Bug Fixes:
- 通过在执行子字符串操作之前验证字符串长度,在从战场击杀文本中提取击杀数量时,防止潜在的越界访问。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Bug Fixes:
- Prevent potential out-of-range access when extracting kill count from
battlefield kill text by validating the string length before substring
operations.

</details>

</details>
2026-02-25 23:22:39 +08:00
uye
5d7ea00ff5 chore: Update src/MaaCore/Vision/Battle/BattlefieldMatcher.cpp
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2026-02-25 23:21:38 +08:00
uye
7ddb8234f7 docs: Bump version to v6.3.5 and update changelog
Updated version number to v6.3.5 and added release notes.
2026-02-25 23:20:09 +08:00
uye
5872357881 chore: BattleKills roi 2026-02-25 22:21:26 +08:00
uye
8cd6b1d7ec fix: 击杀数部分识别错误时闪退 2026-02-25 21:36:24 +08:00
uye
f638fcb886 Release v6.3.4 (#15807)
## Summary by Sourcery

杂务:
- 为 v6.3.4 版本更新任务配置和模板优化配置。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Chores:
- Update task configuration and template optimization configuration for
the v6.3.4 release.

</details>
2026-02-25 19:53:19 +08:00
uye
38d6cbb3e8 docs: Bump version to v6.3.4 in CHANGELOG.md
Updated version to v6.3.4 and added release notes.
2026-02-25 19:51:59 +08:00
github-actions[bot]
bdcd657088 feat: Update Submodules MaaMacGui, maa-cli
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22395513088
[skip changelog]
2026-02-25 11:48:44 +00:00
github-actions[bot]
f9b866000d chore: Auto Templates Optimization
Triggered by fd718fa355

[skip changelog]
2026-02-25 11:38:52 +00:00
uye
fd718fa355 fix: 沟槽的 yj 怎么有倒计时的时候击杀数图标都不一样 2026-02-25 19:38:17 +08:00