github-actions[bot]
|
28697e4e9d
|
chore: Auto Templates Optimization
Triggered by e8de47c7bc
[skip changelog]
|
2025-09-18 07:01:41 +00:00 |
|
uye
|
e8de47c7bc
|
fix: 为什么 mujikca 的图黑的不够纯粹
|
2025-09-18 14:51:36 +08:00 |
|
萨拉托加
|
de45a75e46
|
fix: 肉鸽在结算界面卡死 (#14145)
* fix: 肉鸽通关后有概率无法跳过剧情导致卡死或出错
有概率无法跳过卡在Roguelike@ClickToStartPoint里
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 肉鸽还是卡结算界面,改一下ClickToStartPoint位置
* fix: 导航肉鸽时有概率识别到回弹动画状态的入口
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-09-18 14:41:41 +08:00 |
|
Loong
|
bf95ef7df0
|
feat: cli 支持新版战斗列表以及悖论模拟 (#14154)
chore: bump maa-cli to 0.5.9
|
2025-09-18 14:38:54 +08:00 |
|
Constrat
|
49652f4f68
|
ci: update cache scripts
|
2025-09-18 02:20:27 +02:00 |
|
github-actions[bot]
|
11c9aa99fd
|
chore: Auto Update Game Resources - 2025-09-17
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/17809390023
[skip changelog]
|
2025-09-17 20:08:55 +00:00 |
|
status102
|
ca28bc0936
|
fix(core): CopilotTask参数可选项存在性检查
|
2025-09-18 00:43:17 +08:00 |
|
Lucien Shaw
|
e1d6226569
|
feat: 为官网首页添加多语言支持 (#13943)
* build: 引入react i18n组件
* i18n: 加载多语言支持模块
* i18n: 添加语言切换按钮
* i18n: 添加网页下载按钮多语言支持
* build: 更新typescript依赖
* fix: 修复callback导致语言切换不生效的问题
* i18n: 完成首页所有元素的多语言支持
* chore: 删除冗余代码
* i18n: 优化了语言切换按钮的交互逻辑并添加多语言占位符
* chore: 规范了部分代码的格式并删除冗余代码
* i18n: ko-kr
* chore: kr 미러 to mirror
* fix: 修复检测和切换语言的问题
* chore: 调整了尾注用户协议部分的显示方式
* refactor: 更改首页尾注的显示方式
* style: 统一Trans元素为self-close样式
* i18n: zh-tw
* fix: 修复换行和块之间的空格问题并补上缺失的翻译
* feat: 更改首页语言也会同步更改文档按钮对应的链接
* refactor: 将弃用的MutableRefObject替换为RefObject
* feat: 语言切换按钮的选项使用对应的语言渲染
* feat: 统一管理所有语言信息并开放读取语言接口
* fix: 去除按钮在鼠标悬停时出现的下划线
* style: 统一不使用行尾分号
* build: 更新部分依赖
* fix: 修正不成对的Trans块对应的本地化文本
* feat: 移动设备横屏浏览时出现垂直滚动条
移动设备横屏时,可能仍能出现下载按钮,全部展开时可能过高,此时出现垂直滚动条,方便用户浏览所有内容
* i18n: JP
* fix: 强制隐藏下载链接容器的水平滚动条
* fix: 将下载链接容器设置为占满宽度
* i18n: JP edits
* fix: 修复滚动条引起的上端裁切问题
* feat: action按钮组根据实际宽度调整布局
不再依靠md:xxx的固定阈值区分小屏和中屏及以上,而是根据不同语言的按钮宽度动态计算是否溢出,从而决定排布方式
* feat: 使用上下文管理布局
使用layoutStateContext来管理布局相关状态,主要是宽度溢出检测
* fix: Copilot 说我们是小驼峰
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* perf: Copilot 说我们不再需要下划线和它的偏移
我还是第一次知道这里下划线这么难看
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: 把别的按钮样式抄到语言切换按钮上
* style: 复活 Prettier
这 Prettier 什么鬼情况
我没有要求你把所有文件都格式化,我不是恶魔,后面忘了,总之我可能得狠狠恢复你了。真的。
所以这缩进怎么又 2 又 4 的
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: 更改副标题和尾注的元素class以优化动画和显示
* style: 将typescript代码文件的缩进统一为2
* fix: 改正测速进行中的i18n key
* refactor: 删除link类的下划线css定义
* build: 更新prettier依赖和相关配置
* style: prettier美化
* chore: 尝试规避github ci找不到插件的错误
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: 使用.prettierrc.js管理官网相关文件的美化配置
* refactor: 暂时取消自动import排序美化
* fix: 下载按钮动画问题
* feat: 响应式设计测量宽度时,临时隐藏相关元素
* style: prettier
* refactor: 下载按钮组居中对齐
* feat: 让系统架构提示动画从上到下
* refactor: 优化第二行按钮动画
* refactor: 优化协议部分文本动画
* i18n: 为一句过长的日语添加换行符
* fix: 修复进度条样式
* refactor: 不将i18n作为触发器
* chore: 首页图片资源文件路径变更
* chore: 添加多语言图片占位
* i18n: 首页图片支持多语言切换
* chore: 更新日文的首页截图
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 在首页的文档链接后补全斜杠
* chore: 更新prettier的EOL设置
* style: prettier美化
* chore: pre-commit复活
* refactor: 统一languageFilename变量名
* refactor: 移除加载截图模块的dead code
* i18n: 为mirrorchyan的跳转链接添加多语言支持
mirrorchyan提供简中和英语,因此其他语言需要fallback到二者之一。
- 繁体中文跳转到简体中文
- 日语和韩语跳转到英文
* fix: dead code删除不彻底
* i18n: 去除除了简中以外的”海外源“字样
* i18n: 规范化简中和繁中的locale文本
* i18n:调整英文文本的语法和表达
* i18n: 规范化日文文本
* chore: prettier
* i18n: KR screenshot
* i18n: txwy screenshot
* chore: Auto update by pre-commit hooks [skip changelog]
* i18n: zh-tw tweak
* refactor: mirror酱相关的两处key更名
* docs: 优化中文和英文的部分语句表达方式
Linux 下载那句我怎么看怎么觉得怪
我想改成 `下载完成(Linux 版本仅包含动态库与资源文件)` `Download completed (Linux version includes dynamic libraries and resource files only)`
但感觉改完也很怪
感觉不如把这俩直接换成 CLI 的下载
* i18n: fix version info loading error message and pluralize downloads for zh-cn
* chore: update en-us screens dark and light
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: focus
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: 去除多余类型标记
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: HX3N <scarlet7518@gmail.com>
Co-authored-by: momomochi987 <as99us301@gmail.com>
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com>
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
|
2025-09-17 21:19:07 +08:00 |
|
uye
|
6a78f107c6
|
fix: SettingsViewModel Idle
|
2025-09-17 17:54:19 +08:00 |
|
萨拉托加
|
1d34b0616d
|
fix: 异格推王的基建加成错误
|
2025-09-17 16:32:14 +08:00 |
|
uye
|
ecefe08571
|
feat: RunningState 统一状态变更事件 (#14141)
* feat: RunningState 统一状态变更事件
* feat: 统一 Inited 与 Stopping
* perf: 优化小工具中的stop
|
2025-09-17 14:06:51 +08:00 |
|
github-actions[bot]
|
565784ad39
|
chore: Auto Update Game Resources - 2025-09-16
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/17773963424
[skip changelog]
|
2025-09-16 17:29:14 +00:00 |
|
status102
|
83dcd3d5c4
|
chore: file header
|
2025-09-17 00:57:06 +08:00 |
|
status102
|
970482e3b9
|
rft: 特征匹配过程函数拆入analyze()
|
2025-09-17 00:53:23 +08:00 |
|
github-actions[bot]
|
cdd45b75d7
|
chore: Auto Update Game Resources - 2025-09-16
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/17772582080
[skip changelog]
|
2025-09-16 16:33:32 +00:00 |
|
Weiyou Wang
|
ca45c707de
|
feat: 生息盐酸任务添加对错误模式 (有/无存档) 的提示 (#14131)
* feat: 生息盐酸任务添加对错误模式 (有/无存档) 的提示
* fix: callback 里任务名没有前缀
|
2025-09-17 00:26:28 +08:00 |
|
Weiyou Wang
|
7e7feb9599
|
fix: 调低 MacOS PlayCover 下对 InfrastControl 识别的阈值 (#14139)
|
2025-09-17 00:21:20 +08:00 |
|
status102
|
85269c3f7b
|
fix: CurrentConfig未刷新
|
2025-09-17 00:07:32 +08:00 |
|
status102
|
a2c4708788
|
fix: CurrentConfig悬空
|
2025-09-17 00:07:32 +08:00 |
|
uye
|
2e574e07d0
|
fix: 拥有全干员的情况下重启后进入干员识别界面不会自动选中选项卡
|
2025-09-16 23:48:49 +08:00 |
|
uye
|
90916484fc
|
fix: 修复 DataGrid 虚拟化下 Tab 导航异常
|
2025-09-16 23:44:27 +08:00 |
|
Constrat
|
f8c81ade69
|
fix(ci): download to v5 with necessary fix (#14122)
fix: specify path for download v5
|
2025-09-16 16:41:19 +02:00 |
|
HY
|
376cca1475
|
chore: 繁中服「相見歡」活動導航 (#14137)
* chore: 繁中服「相見歡」活動導航
* chore: 再改 再改
|
2025-09-16 16:37:22 +02:00 |
|
萨拉托加
|
5caf74a50f
|
fix: 萨卡兹肉鸽未通关结局时原初异途卡住
fix #14133
|
2025-09-16 18:38:49 +08:00 |
|
MistEO
|
6c13efe7e0
|
feat: use coreml OCR for apple (#14108)
|
2025-09-16 18:20:10 +08:00 |
|
github-actions[bot]
|
88a5aa0749
|
chore: Auto Update Game Resources - 2025-09-16
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/17759820697
[skip changelog]
|
2025-09-16 08:33:34 +00:00 |
|
github-actions[bot]
|
65ff841b5e
|
chore: Auto Update Game Resources - 2025-09-16
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/17758555824
[skip changelog]
|
2025-09-16 07:44:48 +00:00 |
|
萨拉托加
|
67ca98a17d
|
fix: 肉鸽深入探索无法退出结算界面 (#14123)
|
2025-09-15 23:03:04 +08:00 |
|
soundofautumn
|
a4a00d1020
|
chore: fix build warning (#14120)
|
2025-09-15 23:00:34 +08:00 |
|
uye
|
61e110a3d8
|
Release v5.25.0-beta.4 (#14126)
|
2025-09-15 22:49:41 +08:00 |
|
uye
|
4cf91c9d0a
|
docs: Update CHANGELOG for v5.25.0-beta.4
Updated changelog for version 5.25.0-beta.4 with new features and fixes.
|
2025-09-15 22:48:52 +08:00 |
|
pre-commit-ci[bot]
|
d734aecbe2
|
chore: Auto update by pre-commit hooks [skip changelog]
|
2025-09-15 14:43:19 +00:00 |
|
uye
|
f0e878f291
|
fix: minitouch 触控 wait ms
|
2025-09-15 22:38:35 +08:00 |
|
uye
|
754e1c35d5
|
fix: 复核自定义干员时等待游戏动画
|
2025-09-15 22:11:05 +08:00 |
|
Constrat
|
11dd644e53
|
fix: wrong default on type number
|
2025-09-15 14:09:40 +02:00 |
|
uye
|
dc7bfac5bf
|
fix: 自动战斗无法读取下拉列表中的作业
|
2025-09-15 19:52:42 +08:00 |
|
MistEO
|
e6e63a1d7f
|
Release v5.25.0-beta.3 (#14115)
|
2025-09-15 16:50:34 +08:00 |
|
MistEO
|
10574ca36b
|
docs: changelog version
|
2025-09-15 16:50:13 +08:00 |
|
MistEO
|
7665579ee7
|
docs: changelog
|
2025-09-15 16:49:32 +08:00 |
|
MistEO
|
2db165a158
|
ci: fix minitouch scale
|
2025-09-15 16:43:58 +08:00 |
|
MistEO
|
94dc216ac8
|
ci: add create issue
|
2025-09-15 15:28:04 +08:00 |
|
MistEO
|
c1c74c9fee
|
ci: use download-artifact v4
|
2025-09-15 15:28:04 +08:00 |
|
MistEO
|
1b88d4122d
|
Release v5.25.0-beta.2 (#14111)
|
2025-09-15 15:00:10 +08:00 |
|
github-actions[bot]
|
c158dd60fd
|
docs: Auto Update Changelogs of v5.25.0-beta.2 (#14112)
* docs: Auto Generate Changelog of Release v5.25.0-beta.2
* docs: changelog
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: MistEO <mistereo@hotmail.com>
|
2025-09-15 14:58:02 +08:00 |
|
MistEO
|
e3b219d0d0
|
ci: fix win zip
|
2025-09-15 14:02:35 +08:00 |
|
MistEO
|
3cfcb4ecd6
|
ci: add zip for win ci and create issue if failed release
|
2025-09-15 13:37:59 +08:00 |
|
status102
|
36edacd2f0
|
perf: 加个try先
|
2025-09-15 13:19:19 +08:00 |
|
Constrat
|
820c93cad7
|
ci(fix): try to color only [err] log as red
|
2025-09-15 01:36:04 +02:00 |
|
MistEO
|
0e75992426
|
ci: split cmake file (#14109)
|
2025-09-15 04:18:40 +08:00 |
|
mistereo@hotmail.com
|
d23f82d913
|
chore: remove SyncRes
|
2025-09-15 03:07:17 +08:00 |
|