Commit Graph

468 Commits

Author SHA1 Message Date
uye
ea8a4b14fe fix: 线索板上有线索时无法一键放置线索 2026-01-08 01:19:34 +08:00
uye
fee016634e fix: 鬼影迷踪 -> 诡影迷踪
fix #15274
2026-01-02 15:28:24 +08:00
github-actions[bot]
955c116884 chore: Auto Update Game Resources - 2026-01-01
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20641861359

[skip changelog]
2026-01-01 16:30:53 +00:00
uye
52363f2e9e 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
github-actions[bot]
194f3d8417 chore: Auto Update Game Resources - 2026-01-01
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20641085022

[skip changelog]
2026-01-01 15:29:06 +00:00
status102
2b77d7759a fix: 自动战斗 击杀数、费用识别 useRaw = false 2026-01-01 23:17:47 +08:00
SherkeyXD
ecafbee4a2 feat: 添加孤星主题配置 2025-12-29 21:41:20 +08:00
Constrat
2d18df5fe2 fix: use delay for all client
cc @HX3N
2025-12-29 13:59:53 +01:00
github-actions[bot]
6bebf18930 chore: Auto Update Game Resources - 2025-12-29
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20569894345

[skip changelog]
2025-12-29 09:48:45 +00:00
uye
bdbff20637 fix: 有猪把切换主题改炸了 2025-12-29 17:42:15 +08:00
SherkeyXD
3cab06723b rft: 优化多主题路径 2025-12-29 01:01:05 +08:00
uye
151435becd fix: 引航者试炼借助战 2025-12-27 12:43:02 +08:00
Status102
a19cf301e3 fix: LoadingText 结束后 UI 延迟变化导致误匹配 (#15198)
* fix: LoadingText 结束后 UI 延迟变化导致误匹配

* fix: task check
2025-12-26 22:36:57 +08:00
Fryze
b5a1998f22 fix: roi out of range (#15204)
* fix: roi out of range

* fix: roi out of range in base.json
2025-12-26 22:28:20 +08:00
uye
2f760f9237 fix: 前往上一次作战增加重试
fix #15202
2025-12-26 03:23:34 +08:00
travellerse
fb8a93ba19 fix: 修复通宝拾取时卡死并删除m_retry_times=1 (#15197)
* fix: 使用return true进入next替代通宝插件范围的retry_times=1

* fix: 优化通宝插件任务的返回结果
2025-12-26 03:18:12 +08:00
uye
73628c5e24 fix: 保全派驻因网络波动可能无法点击阵容确认 2025-12-25 22:11:15 +08:00
Manicsteiner
0ef55a482b feat: YostarJP SecretFront edit (#15191) 2025-12-25 15:11:57 +08:00
萨拉托加
6574da2116 fix: 避免肉鸽快速编队点太快可能点不上
还是先加500吧,不够再加
2025-12-24 21:27:12 +08:00
萨拉托加
44721179af fix: 肉鸽因模拟器卡顿可能点进招募界面 2025-12-24 21:12:08 +08:00
萨拉托加
980b1965ab fix: 萨米积冰岩骸识别 2025-12-24 20:58:22 +08:00
uye
c7e3da54f0 fix: 保全关卡名识别 2025-12-24 19:05:09 +08:00
github-actions[bot]
db18c23375 chore: Auto Update Game Resources - 2025-12-23
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20467704410

[skip changelog]
2025-12-23 17:47:53 +00:00
uye
38252a3424 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
uye
ac9a7ed17b feat:满线索再一键置入 2025-12-21 21:22:56 +08:00
travellerse
3344513fd3 fix: change tongbao name OCR to fit oversea (#15129)
* fix: 移除通宝已投出硬编码

* fix: 添加左侧列通宝名称识别OCR任务

* fix: 加长通宝名称识别的ROI

* fix: apply suggestion

* chore: increase pickupOCR ROI (from JP)

* fix: increase ExchangeNameOCR ROI to max

---------

Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
2025-12-19 14:32:12 +01:00
DavidWang19
539a4e8bbc fix: 增加巫恋的绣云鹤皮肤头像 2025-12-14 20:44:27 +08:00
uye
b3bb0c92cc chore: 调整正则 2025-12-14 18:23:18 +08:00
uye
7e54354af4 fix: 关卡名中的 - 被识别成
fix #15074
2025-12-14 18:20:01 +08:00
uye
f0c953d8cd fix: 自动战斗借非好友助战在关卡结束后卡在加好友界面 2025-12-13 03:11:30 +08:00
uye
bb00e26f45 fix: 逃离哥伦比亚 2025-12-13 00:15:52 +08:00
uye
2a42303776 Revert "chore: 重复访问好友添加Ocr兜底"
This reverts commit cebb222b95.
2025-12-08 19:54:49 +08:00
uye
eba6275df9 feat: 支持会客室快捷置入线索与一键赠送重复线索 (#14966)
* feat: 支持会客室快捷置入线索与一键赠送重复线索

* docs: 更新文档

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

* i18n: JP

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

* i18n: sourcery ai suggestion

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

* i18n: KR

* chore: 增加被注入的日志记录

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: HX3N <scarlet7518@gmail.com>
2025-12-08 19:48:57 +08:00
uye
bbade2c231 perf: 优化线索识别范围 2025-12-06 17:37:58 +08:00
HY
e3edceeb90 feat: 當左上角進行中活動因太多被折疊時,增加展開領取的狀態判斷 (#14957)
* feat: 當左側進行中活動列表折疊時,增加展開領取的狀態判斷

* chore: 放個圖片

* chore: 加個保底任務 & 補充說明文字

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

* chore: 移除 "maxTimes"

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-12-05 18:22:27 +08:00
晓丶梦丶仁
1fbd8240ab rft: Minigame ToolboxViewModel (#14951)
* rft: Minigame ToolboxViewModel

* fix: Invalid Task Name

* feat: Invalid Task Tip

* fix: key name
2025-12-05 17:07:46 +08:00
uye
453937d5cc feat: UR 活动导航 2025-12-05 16:11:11 +08:00
萨拉托加
18bbd84653 fix: 卫戍协议因网络问题卡在结算界面 2025-12-02 23:35:24 +08:00
uye
1bda8615e9 fix: 代理失败后等待动画结束后再点击任务失败
fix #14937
2025-12-02 17:55:04 +08:00
uye
18681f78bf fix: 自定义基建排班使用无人机加速未进驻干员的设施导致卡死
fix #14933
2025-12-02 17:38:58 +08:00
Drest
1ee9216bb4 fix: 干员识别异常(荒芜拉普兰德) (#14934) 2025-12-01 10:29:27 +00:00
uye
d24bec9b09 feat: 支持 PV 小游戏从当前关卡开始 2025-11-29 17:24:17 +08:00
uye
a67f643826 perf: 优化 PV 小游戏部分复杂背景关卡的识别 2025-11-29 17:06:54 +08:00
uye
cf5b2b7269 perf: 优化 卫戍协议 流程 2025-11-29 16:42:52 +08:00
uye
0aedee7314 perf: 优化 PV 小游戏识别范围,提高识别率 2025-11-29 16:42:15 +08:00
uye
a4eed7d881 fix: PV 小游戏进入关卡时遇到网络连接会少选烟花样片 2025-11-29 16:11:01 +08:00
uye
eb9a2e1c27 feat: pv 小游戏 (#14885)
* feat: pv 小游戏架子

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

* feat: 1-5 关

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

* feat: PV 小游戏 06-15 (#14888)

* feat: 06-15

* fix: 15

* fix: templates and threshold

* 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>

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

* feat: 小游戏 16-20

* fix: 18-20 导航

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

* feat: 添加 ui 入口

* fix: 全角数字

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 不留 <weinibuliu@outlook.com>
2025-11-28 15:54:14 +08:00
uye
b917ed6cc9 fix: 基建换班卡死在无人机使用界面
fix #14751
2025-11-28 01:29:51 +08:00
uye
691885417c fix: 功能入口 (#14872)
* fix: 功能入口

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

* chore: 调整任务

* chore: 重试时只检测对应主题

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-11-27 01:03:02 +08:00
uye
7d34b6a456 chore: 调整 StartToVisit 阈值
fix #14853

相关工作项: #14
2025-11-25 16:01:25 +08:00