Commit Graph

14766 Commits

Author SHA1 Message Date
Constrat
ae7a360db2 chore: Manual update resources 2025-05-01 12:19:43 +02:00
uye
9b96afd448 fix: 适配新基建 (#12500)
* fix: 适配新基建

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 卡在会客室

* chore: Auto update by pre-commit hooks [skip changelog]

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-01 18:08:34 +08:00
uye
9d191f08ea chore: 不启用外部通知时隐藏可选项 2025-05-01 18:05:08 +08:00
SherkeyXD
1b97b286ce fix: 修正送抽任务 2025-05-01 16:35:10 +08:00
SherkeyXD
cbfd43d909 feat: 特殊月卡扩大识别范围 2025-05-01 16:30:22 +08:00
SherkeyXD
9bbae2c08f feat: 幸运墙适配六周年 2025-05-01 16:24:14 +08:00
SherkeyXD
5ec169b750 feat: SideStory「众生行记」导航 2025-05-01 16:22:23 +08:00
uye
b4803c0054 chore: 优化训练室和加工站进站逻辑 2025-05-01 15:13:43 +08:00
BxFS
4ae8f98b1c fix: CheckLevelMax too fast without delay (#12498) 2025-05-01 08:35:44 +02:00
uye
52ae432b68 fix: 构建日期显示错误 2025-05-01 14:00:47 +08:00
github-actions[bot]
486308c556 chore: Auto Update Game Resources - 2025-04-30
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/14763354859

[skip changelog]
2025-04-30 20:06:50 +00:00
uye
7dce16a328 fix: 下载源选择 MirrorChyan 时如果关闭自动下载,手动点击软件更新无提示 2025-05-01 01:16:03 +08:00
uye
6f387c072c docs: 移除过期描述 2025-04-30 15:55:43 +08:00
BxFS
39ddb175f8 fix: EN RoutingRefreshNodeConfirm roi too small (#12491) 2025-04-30 13:45:14 +08:00
uye
5c899b559e Release v5.16.0-beta.1 (#12488) 2025-04-29 22:27:55 +08:00
github-actions[bot]
110e99a5ed docs: Auto Update Changelogs of v5.16.0-beta.1 (#12489)
docs: Auto Generate Changelog of Release v5.16.0-beta.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-29 22:26:31 +08:00
uye
327bf5b728 fix(BREAKING CHANGE): RecruitSupportOperator 拼写错误 2025-04-29 19:49:54 +08:00
uye
addc909530 fix: vc++ 检测移动至文件检测后 2025-04-29 19:49:54 +08:00
Lemon-miaow
3a7c05fe77 feat: 适配基建队列轮换与干员休整 (#11252)
* feat: 创建使用游戏内基建配置换班功能 (WPF)

* feat: 基于上游更新适配游戏内基建配置换班功能 (WPF)

* feat: 适配队列轮换与干员休整(Core)

* chore: Auto update by pre-commit hooks [skip changelog]

* feat: 优化基建选项UI

* chore: Auto update by pre-commit hooks [skip changelog]

* perf: enum

* feat: 新增mode值合并infrast_rotation

* docs: 新增一键轮换字段

* rft: 同步 tasks.json 未拆分部分的修改

* perf: 合并界面

* rft: test

* fix: enum binding

搞不懂calcBinding了

* docs: update mode descriptions

* perf: 移除CustomInfrastEnabled

* perf: 简化参数设置

* chore: 添加提示

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: status102 <102887808+status102@users.noreply.github.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
2025-04-29 19:12:27 +08:00
github-actions[bot]
5ecf2681c7 chore: Auto Templates Optimization
Triggered by 5efd9516b4

[skip changelog]
2025-04-29 08:35:43 +00:00
BxFS
5efd9516b4 fix: EN RoutingRefreshNode dimension too large (#12484) 2025-04-29 10:28:54 +02:00
HX3N
8eed37cfc9 fix: KR RoutingRefreshNode dimension too large (#12487)
* fix: KR RoutingRefreshNode dimension too large

* chore: height changed to 16px

* chore: changed template to improve recognition score
2025-04-29 10:28:49 +02:00
Constrat
acc1e153e4 chore: ignore templates for global 2025-04-29 10:21:15 +02:00
Plumess
0896fcc0df feat: 优化技能识别模型 (#11984)
* chore: 更新技能识别测试例 test_skill_ready()

1. 由于更新了技能识别为三分类模型,新增”可取消“类别,增加相关类别的测试;
2. 扩充了输出信息,便于Debug;

* feat: 调整技能识别推理函数,支持新的三分类模型

1. 新的三分类模型基于MobileNetv4训练并导出onnx,详情参考MaaAI仓库中的技能识别训练代码;
2. 新增”可取消“分类,标签为c,但暂不启用区分,与”未就绪“同样归于not ready;
3. 新增了部分前处理操作,以匹配模型的输入;

* perf: 使用 MobileNetv4 Small 重新训练了技能识别模型,改为三分类

新增”可取消“状态,即技能可能处于”可取消“,”未就绪“,”已就绪“三种状态;
新的三分类模型基于MobileNetv4 Conv Small 训练并导出,详情参考MaaAI仓库中的技能识别训练代码;

* feat: 调整技能识别自动截图,支持三分类

新增在debug模式下对”可取消“新类别的截图保存功能;

* chore: 存储截图时打印分数

* chore: 使用 ranges

* perf: 使用新训练集,基于官方mobilenetv4_conv_small的权重进行微调

16000张左右的训练集,在3000张测试集中准确率99.7%

---------

Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
2025-04-29 14:30:24 +08:00
Daydreamer114
4b82c22b6f perf: 修改小游戏描述 2025-04-29 11:48:00 +08:00
Constrat
25a8e30f33 i18n: EN tweak
[skip ci] [skip changelog]
2025-04-28 15:24:37 +02:00
Constrat
148a53009e i18n: EN tweak
[skip ci] [skip changelog]
2025-04-28 14:39:58 +02:00
萨拉托加
d8a25e5be0 Release v5.15.6 (#12478) 2025-04-28 20:10:51 +08:00
github-actions[bot]
30d908bbed docs: Auto Update Changelogs of v5.15.6 (#12479)
* docs: Auto Generate Changelog of Release v5.15.6

* feat: Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: AnnAngela <naganjue@vip.qq.com>
2025-04-28 19:10:22 +08:00
github-actions[bot]
155e5a5b69 chore: Auto Update Game Resources - 2025-04-28
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/14705082471

[skip changelog]
2025-04-28 09:59:59 +00:00
晓丶梦丶仁
64ac1c38de feat: 争锋频道:青草城 (#12470)
* feat: 争锋频道:青草城

* fix: end

* fix: 鸭宝不在

* perf: 公开 wpfgui 的自定义任务

* Revert "perf: 公开 wpfgui 的自定义任务"

This reverts commit 536864caa2.

* feat: 加一个丑爆了的界面

* chore: 修改描述

* chore: 修改描述

* chore: 统一按钮大小

* chore: 添加停止功能

* chore: 添加停止按钮

---------

Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
2025-04-28 17:34:06 +08:00
uye
985f7b1847 fix: 连战次数无法保存 2025-04-28 17:19:52 +08:00
status102
4c903937ee fix: 漏了一个 2025-04-28 15:33:45 +08:00
status102
a15e2c6024 rft: Wpf长草任务添加部分解耦 2025-04-28 14:49:44 +08:00
status102
fbae62cc3a chore: meoJson update to v4.3.4 (#12460)
* chore: meoJson update to v4.3.2

* chore: meoJson update to v4.3.4
2025-04-28 14:31:12 +08:00
github-actions[bot]
65763ca7fb chore: Auto Update Game Resources - 2025-04-28
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/14699190648

[skip changelog]
2025-04-28 02:54:50 +00:00
status102
1f694ce2c2 perf: move
[skip changelog]
2025-04-27 23:42:47 +08:00
status102
d044e79ebc perf: Task加载检查前重复任务 2025-04-27 23:36:55 +08:00
Constrat
63e801350f fix: move operator Flint in front of item Flint (点火石) for EN 2025-04-27 16:10:22 +02:00
Constrat
5a342ba9c2 feat: Sarkaz IS EN squads DLC 1 2025-04-27 15:37:26 +02:00
status102
e1e570700c chore: ConfigurationHelper.GetValue增加enum, DeleteValue额外返回旧值 2025-04-27 19:43:58 +08:00
Constrat
cb9bbf6f0d fix: Fang Alter EN OCR 2025-04-27 10:21:34 +02:00
Constrat
7c935e7e62 fix: Alter operators for EN 2025-04-27 10:15:03 +02:00
uye
8bfb843f4e Release v5.15.5 (#12466) 2025-04-27 03:23:17 +08:00
github-actions[bot]
eee8598f82 docs: Auto Update Changelogs of v5.15.5 (#12467)
* docs: Auto Generate Changelog of Release v5.15.5

* docs: Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
2025-04-27 03:21:19 +08:00
uye
328153c11b fix: 无法热更 2025-04-27 03:17:01 +08:00
uye
b9018942f2 fix: MaaCore.vcxproj 2025-04-27 01:37:33 +08:00
uye
ab9ae5a8ee fix: DEBUG 加载错误 2025-04-27 01:37:33 +08:00
SherkeyXD
feca25655e rft: rename base stage 2025-04-27 00:11:50 +08:00
github-actions[bot]
b3264c7bde chore: Auto Update Game Resources - 2025-04-26
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/14682880925

[skip changelog]
2025-04-26 16:05:59 +00:00