status102
9fa2971da6
fix: 删多了
2026-01-09 23:31:24 +08:00
uye
efadf87944
rft: 重构自动战斗标签页逻辑, 拆分悖论模拟任务 ( #15327 )
...
* fix: 自动战斗切换至其他活动时不会取消战斗列表
* fix: 运行时禁止切换标签页
* fix: 调整悖论模拟检查顺序
* chore: 移除视频识别
* rft: 重构自动战斗选项页,增加列表混用与类型检查
* feat: 切换标签页时清空作业输入框
* chore: 添加注释
* refactor: 移除 CopilotItemViewModel 中的 Index 属性并更新相关逻辑 (#15328 )
* rft: 重构拆分悖论模拟任务
* fix: stage_name
* Revert "refactor: 移除 CopilotItemViewModel 中的 Index 属性并更新相关逻辑 (#15328 )"
This reverts commit bbdca4ebcb .
* fix: Wpf 自动战斗-战斗列表 拖动后index错误
* i18n: zh-tw
* i18n: KR
* i18n: EN
* i18n: JP
* style: 空格
---------
Co-authored-by: yali-hzy <48376189+yali-hzy@users.noreply.github.com >
Co-authored-by: status102 <102887808+status102@users.noreply.github.com >
Co-authored-by: HX3N <scarlet7518@gmail.com >
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com >
2026-01-09 21:16:16 +08:00
uye
fae39b8fa4
refactor(BREAKING): rename Dps to Ops ( #15325 )
...
* refactor!: rename Dps to Ops (breaking change for callbacks)
BREAKING CHANGE: This changes all callback interfaces from Dps to Ops naming.
* chore: 删除 AutoLocalization
* fix: typo
2026-01-09 20:54:49 +08:00
uye
224ede8c31
feat: 低于 2 核心电脑使用单线程 OCR
2026-01-09 19:28:01 +08:00
uye
04b7b11dfc
perf: 优化线索交流、获取好友线索逻辑
2026-01-09 17:45:33 +08:00
MistEO
bb9fc88042
feat: Disable CoreML for detection and recognition on macOS
...
Comment out CoreML usage for detection and recognition options due to precision issues reported by users.
2026-01-09 14:04:12 +08:00
github-actions[bot]
6784e6fcab
chore: Auto update by pre-commit hooks
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20831693747
[skip changelog]
2026-01-08 21:04:56 +00:00
uye
577399c1f6
chore: 添加挂调试器下使用 GPU 的注释
2026-01-09 03:59:10 +08:00
uye
a46387b28b
feat: 限制使用 CPU 推理时的线程占用数,优先保证模拟器运行
...
Test (operator recognition OCR, high-frequency)
Platform: i7-13700KF + RTX 4080S
CPU:
1t 11% 3m30s
2t 24% 2m11s
3t 28% 1m42s
4t 36% 1m29s
5t 50% 1m25s
GPU (DirectML):
5% CPU / 2% GPU / 36s
2026-01-09 03:09:47 +08:00
uye
cea14f843b
feat: 基建进入设施失败时保留测试截图
2026-01-09 01:42:24 +08:00
uye
91971ce650
fix: 线索数量识别
2026-01-08 19:27:33 +08:00
uye
2288392dde
fix: 线索板上有线索时无法一键放置线索
2026-01-08 01:19:34 +08:00
github-actions[bot]
95d2d1dcf3
chore: Auto update by pre-commit hooks
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20762004855
[skip changelog]
2026-01-06 21:04:29 +00:00
uye
f98ccb6eaf
fix: ai review
2026-01-07 03:42:15 +08:00
uye
9456f73ea7
feat: 基建设施缩略图
2026-01-07 01:37:06 +08:00
uye
ab32660f41
fix: 隐秘战线结局识别
2026-01-06 19:49:45 +08:00
uye
c2b0c1f177
fix: 隐秘战线识别到多余字符时无法进入对应事件
...
fix #15303
2026-01-06 19:24:46 +08:00
Chen Chen
24aec64266
fix: 避免其他locale下,掉落次数误认数字字符 ( #15306 )
2026-01-06 17:43:19 +08:00
Weiyou Wang
5bd9a40560
fix: 给缺失干员检查补上 Unavailable ( #15296 )
...
fix: 缺失干员检查补上 Unavailable
2026-01-05 11:14:51 +08:00
uye
9feba528e2
fix: 尝试修复基建效率计算中的 out_of_range 异常
...
fix #15287
2026-01-04 20:35:01 +08:00
uye
06f2740ce4
chore: 调整注释
2026-01-04 15:46:37 +08:00
uye
215d76e38d
feat: 允许设置是否启用线索交流与赠送线索 ( #15278 )
...
* feat: 允许设置是否启用线索交流与赠送线索
* feat: ui 支持设置赠送线索,将借助战打 OF-1 的一日一次功能拆出来
* perf: 调整界面布局
* i18n: 漏了一个翻译
* chore: 简化代码
* docs: 补充文档
2026-01-03 00:04:10 +08:00
MistEO
c4d361a363
feat: 重构主页日志侧边栏整体布局和样式 ( #15211 )
...
* feat: 重构主页日志侧边栏整体布局和样式
* feat: 优化一下Live
* refactor: 调整卡片布局
* revert: 回滚不知道干嘛的改动
* feat: 调整右上角悬浮窗布局
* chore: AI一直在改个啥
* Revert "chore: AI一直在改个啥"
This reverts commit b5ae565c34a2a187ae953cc385b0b85de83fc140.
* perf: 调整卡片分割逻辑,优化界面布局
* perf: 优化显示效果
* rft: 简化绑定
* chore: 调整界面布局
* feat: 任务报错更新缩略图
* feat: 肉鸽开始探索前分割卡片
* feat: 肉鸽结算更新缩略图
* feat: 肉鸽战斗成功/失败时更新缩略图
* feat: 事件选择更新图片
* fix: 在缩放时对 BGR 缓冲区长度或尺寸不匹配的情况进行防护
* chore: 添加日志,删除无用的 using
* style: 格式化代码
* fix: 避免在使用 PropertyDependsOn 的同时重复发送依赖属性通知。
* fix: 下载日志错位
* fix: 图片数量限制错误
* feat: 自定义最大缩略图数量
* fix: en 语言下背景图片选择按钮文字无法显示完全
* chore: 新用户标题栏默认不显示配置名称
* chore: 标题栏端口地址默认省略 127.0.0.1: 与 localhost:
* feat: 卡片背景色
* chore: 删除没用的 ColumnDefinitions
* feat: 就要四个字
---------
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com >
2026-01-02 23:40:26 +08:00
Hao Guan
6eaf74a289
fix: Debug图片保存目录 ( #15250 )
2026-01-02 17:26:22 +08:00
uye
16e23a32b7
feat: 隐秘战线支持系列任务 ( #15249 )
...
* feat: 隐秘战线支持系列事件
* fix: 漏了个事件
* fix: 避免修改任务导致后续无法进入系列任务
* fix: 怎么小游戏没禁用运行时修改
* rft: 提取通用逻辑
* i18n: KR
* i18n: EN
* i18n: KR fix typo
* i18n: JP
* i18n: txwy
* perf: 优化解析逻辑
* fix: 隐秘战线结局与事件无法保存
* chore: text → ocrReplace
* chore: 再改一點 gui 上的東西
---------
Co-authored-by: HX3N <scarlet7518@gmail.com >
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com >
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com >
Co-authored-by: momomochi987 <as99us301@gmail.com >
2026-01-02 00:15:30 +08:00
status102
d85291a97a
refactor: useRaw 参数设置重构
2026-01-01 23:17:17 +08:00
status102
2ecb2b7206
fix: 自动战斗击杀数识别错误
2026-01-01 14:21:11 +08:00
MistEO
be7159f554
fix: bad reference
2025-12-31 22:43:12 +08:00
MistEO
da0445ddbc
refactor: 减少string_view滥用
2025-12-31 22:13:53 +08:00
MistEO
b5dff5a285
Revert "fix: 任务名字符串池的线程安全问题"
...
This reverts commit 824e774b2b .
2025-12-31 21:46:59 +08:00
MistEO
a5cd79a70e
refactor: 统一 DEBUG_VERSION
2025-12-31 21:38:44 +08:00
status102
35d31555b0
fix: 盲点撤退兜底
2025-12-31 20:59:23 +08:00
status102
aa34f54f22
fix: 自动战斗在未存在 debug/map 路径时无法生成地图截图
2025-12-31 20:59:23 +08:00
uye
824e774b2b
fix: 任务名字符串池的线程安全问题
2025-12-31 20:03:58 +08:00
Status102
9f002b8f16
fix: 大地图技能, 撤离按钮及相机偏移修复, 连带引航者S6地图TN-2 ~ TN-4 view[1] ( #15252 )
...
* chore: TN-2
* fix: 技能&撤退 大地图视角偏移
Co-authored-by: status102 <102887808+status102@users.noreply.github.com >
* chore: TN-3&TN-4
* perf: const
---------
Co-authored-by: Weiyou Wang <44151844+Alan-Charred@users.noreply.github.com >
2025-12-31 20:03:37 +08:00
uye
e95f7e9a78
fix: 满线索再放入
2025-12-30 15:04:31 +08:00
github-actions[bot]
98e26cd9de
chore: Auto update by pre-commit hooks
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20582634976
[skip changelog]
2025-12-29 21:04:35 +00:00
uye
2e0d0e1313
debug: 打这么多日志真有人看吗
2025-12-29 17:42:00 +08:00
uye
744605548c
chore: 调整倍战超过限制提示
2025-12-29 16:53:15 +08:00
晓丶梦丶仁
ade38a68a0
perf: move_camera 允许微调镜头 ( #15220 )
2025-12-27 20:41:51 +08:00
github-actions[bot]
48c518c80b
chore: Auto update by pre-commit hooks
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20529356176
[skip changelog]
2025-12-26 21:04:24 +00:00
uye
d7b1c83baa
fix: 部分情况下无法进入借助战界面
2025-12-26 23:07:36 +08:00
Status102
23d54a51c6
fix: LoadingText 结束后 UI 延迟变化导致误匹配 ( #15198 )
...
* fix: LoadingText 结束后 UI 延迟变化导致误匹配
* fix: task check
2025-12-26 22:36:57 +08:00
travellerse
8c6b3bf559
fix: 修复通宝拾取时卡死并删除m_retry_times=1 ( #15197 )
...
* fix: 使用return true进入next替代通宝插件范围的retry_times=1
* fix: 优化通宝插件任务的返回结果
2025-12-26 03:18:12 +08:00
Manicsteiner
86376c9118
feat: YostarJP SecretFront edit ( #15191 )
2025-12-25 15:11:57 +08:00
uye
442474cce1
feat: 隐秘战线 ( #15115 )
...
* feat: 隐秘战线
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 抵达终点
* chore: Auto update by pre-commit hooks [skip changelog]
* perf: 抑制一下低概率
* feat: ui 新增隐秘战线入口
* chore: Auto update by pre-commit hooks [skip changelog]
* i18n: zh-tw
* i18n: KR
* chore: fix typo
* i18n: JP
* chore: txwy update
* chore: Auto update by pre-commit hooks [skip changelog]
* i18n: placehold
* rft: roi to json
* i18n: 翻译
* chore: 插件只在传入对应任务时启用
* fix: 任务名错误
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: momomochi987 <as99us301@gmail.com >
Co-authored-by: HX3N <scarlet7518@gmail.com >
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com >
Co-authored-by: status102 <102887808+status102@users.noreply.github.com >
2025-12-24 01:43:35 +08:00
MistEO
55beea8593
refactor(core): 重构 ResourceLoader::load 资源加载逻辑 ( #15132 )
...
* refactor(core): 重构 ResourceLoader::load 资源加载逻辑
- 将函数内宏定义替换为类型安全的泛型 lambda
- 修复 _custom.json 路径计算错误(仅对 .json 文件生效)
- 使用循环和数组消除 Roguelike 配置的重复加载代码
- 添加结构化注释分隔符提升可读性
- 移除未使用的 AsyncLoadConfig 宏和错误的 #undef
* 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-12-23 21:42:30 +08:00
Status102
801d656329
feat: ProcessTask任务命中缓存结果 ( #12651 )
...
* feat: ProcessTask任务命中缓存结果
* perf: 加个函数
* perf: 合并直接截图
* feat: 增加匹配模板及文字
* fix: win
* fix: ptr check
* fix: template func
* fix: type
* fix: import
* fix: empty
* perf: early retrun
* perf: shared image
* fix: import
2025-12-23 21:40:56 +08:00
yali-hzy
fef77f5780
fix: 招募助战后补充低信赖干员数量不足 ( #15184 )
...
fix: 修正补充低信赖干员数量计算,考虑是否已经招募助战干员
2025-12-23 18:41:57 +08:00
travellerse
9bdfc02de5
fix: 完善通宝识别失败时的分支处理 ( #15180 )
2025-12-22 17:17:45 +01:00