status102
|
261ddc49d9
|
fix(core): CopilotTask参数可选项存在性检查
|
2025-09-18 00:43:17 +08:00 |
|
Lucien Shaw
|
bb735b6ee7
|
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
|
c54b45c09f
|
fix: SettingsViewModel Idle
|
2025-09-17 17:54:19 +08:00 |
|
萨拉托加
|
eb061dcc59
|
fix: 异格推王的基建加成错误
|
2025-09-17 16:32:14 +08:00 |
|
uye
|
bc7dc763fe
|
feat: RunningState 统一状态变更事件 (#14141)
* feat: RunningState 统一状态变更事件
* feat: 统一 Inited 与 Stopping
* perf: 优化小工具中的stop
|
2025-09-17 14:06:51 +08:00 |
|
github-actions[bot]
|
3bfc2662e3
|
chore: Auto Update Game Resources - 2025-09-16
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/17773963424
[skip changelog]
alpha/v5.25.0-beta.4.d018.g3bfc2662e
|
2025-09-16 17:29:14 +00:00 |
|
status102
|
f4c21be051
|
chore: file header
|
2025-09-17 00:57:06 +08:00 |
|
status102
|
2936006087
|
rft: 特征匹配过程函数拆入analyze()
|
2025-09-17 00:53:23 +08:00 |
|
github-actions[bot]
|
efa364043d
|
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
|
7b6dada3ea
|
feat: 生息盐酸任务添加对错误模式 (有/无存档) 的提示 (#14131)
* feat: 生息盐酸任务添加对错误模式 (有/无存档) 的提示
* fix: callback 里任务名没有前缀
|
2025-09-17 00:26:28 +08:00 |
|
Weiyou Wang
|
be3b1a2057
|
fix: 调低 MacOS PlayCover 下对 InfrastControl 识别的阈值 (#14139)
|
2025-09-17 00:21:20 +08:00 |
|
status102
|
67ceb02116
|
fix: CurrentConfig未刷新
|
2025-09-17 00:07:32 +08:00 |
|
status102
|
aa7a2731e0
|
fix: CurrentConfig悬空
|
2025-09-17 00:07:32 +08:00 |
|
uye
|
df8f3786f0
|
fix: 拥有全干员的情况下重启后进入干员识别界面不会自动选中选项卡
|
2025-09-16 23:48:49 +08:00 |
|
uye
|
20b167119a
|
fix: 修复 DataGrid 虚拟化下 Tab 导航异常
|
2025-09-16 23:44:27 +08:00 |
|
Constrat
|
b1f02a2eb5
|
fix(ci): download to v5 with necessary fix (#14122)
fix: specify path for download v5
|
2025-09-16 16:41:19 +02:00 |
|
HY
|
f9e424cd3b
|
chore: 繁中服「相見歡」活動導航 (#14137)
* chore: 繁中服「相見歡」活動導航
* chore: 再改 再改
|
2025-09-16 16:37:22 +02:00 |
|
萨拉托加
|
5eecbe21c1
|
fix: 萨卡兹肉鸽未通关结局时原初异途卡住
fix #14133
|
2025-09-16 18:38:49 +08:00 |
|
MistEO
|
32a3523bc4
|
feat: use coreml OCR for apple (#14108)
|
2025-09-16 18:20:10 +08:00 |
|
github-actions[bot]
|
7dd2dbdcbe
|
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]
|
27f9df768d
|
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 |
|
萨拉托加
|
2350a05fc4
|
fix: 肉鸽深入探索无法退出结算界面 (#14123)
alpha/v5.25.0-beta.4.d002.g2350a05fc
|
2025-09-15 23:03:04 +08:00 |
|
soundofautumn
|
3ea9912802
|
chore: fix build warning (#14120)
|
2025-09-15 23:00:34 +08:00 |
|
uye
|
a9e31c75d0
|
Release v5.25.0-beta.4 (#14126)
v5.25.0-beta.4
|
2025-09-15 22:49:41 +08:00 |
|
uye
|
4e46a392a3
|
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]
|
2f09f9e591
|
chore: Auto update by pre-commit hooks [skip changelog]
|
2025-09-15 14:43:19 +00:00 |
|
uye
|
55f675fb8d
|
fix: minitouch 触控 wait ms
|
2025-09-15 22:38:35 +08:00 |
|
uye
|
36fc9a8e0a
|
fix: 复核自定义干员时等待游戏动画
|
2025-09-15 22:11:05 +08:00 |
|
Constrat
|
cfd463a7fd
|
fix: wrong default on type number
|
2025-09-15 14:09:40 +02:00 |
|
uye
|
2884f2d0ae
|
fix: 自动战斗无法读取下拉列表中的作业
|
2025-09-15 19:52:42 +08:00 |
|
MistEO
|
0af752b083
|
Release v5.25.0-beta.3 (#14115)
v5.25.0-beta.3
|
2025-09-15 16:50:34 +08:00 |
|
MistEO
|
212cb506d6
|
docs: changelog version
|
2025-09-15 16:50:13 +08:00 |
|
MistEO
|
6ed32b3344
|
docs: changelog
|
2025-09-15 16:49:32 +08:00 |
|
MistEO
|
4a2901c473
|
ci: fix minitouch scale
|
2025-09-15 16:43:58 +08:00 |
|
MistEO
|
18bec2504d
|
ci: add create issue
|
2025-09-15 15:28:04 +08:00 |
|
MistEO
|
7c4002351e
|
ci: use download-artifact v4
|
2025-09-15 15:28:04 +08:00 |
|
MistEO
|
4e0b5ace24
|
Release v5.25.0-beta.2 (#14111)
v5.25.0-beta.2
|
2025-09-15 15:00:10 +08:00 |
|
github-actions[bot]
|
acfb173cc3
|
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
|
feb7b6109f
|
ci: fix win zip
|
2025-09-15 14:02:35 +08:00 |
|
MistEO
|
552d7784a2
|
ci: add zip for win ci and create issue if failed release
|
2025-09-15 13:37:59 +08:00 |
|
status102
|
b1d10a87dc
|
perf: 加个try先
|
2025-09-15 13:19:19 +08:00 |
|
Constrat
|
30bb86bade
|
ci(fix): try to color only [err] log as red
|
2025-09-15 01:36:04 +02:00 |
|
MistEO
|
80511c660f
|
ci: split cmake file (#14109)
alpha/v5.25.0-beta.1.d008.g80511c660
|
2025-09-15 04:18:40 +08:00 |
|
mistereo@hotmail.com
|
45ca28ed74
|
chore: remove SyncRes
|
2025-09-15 03:07:17 +08:00 |
|
MistEO
|
a208c1f03b
|
ci: set hash version
|
2025-09-15 02:31:32 +08:00 |
|
Status102
|
5b33bc3f00
|
feat: 自动战斗多作业支持保存干员组内编入的干员 (#14095)
* chore: 加个存储先
* feat: 与旧编队比较
* feat: 快速编队
* fix: 计数
* fix: 缓存了旧的组名
* perf: 快速退出
* fix: 跳过编队后修改编队状态
* fix: 完事
* fix: err
* fix: 顺手一起修了
|
2025-09-15 01:27:51 +08:00 |
|
MistEO
|
6202eedeb3
|
refactor: use std::format instead of sprintf (#14107)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-09-15 01:07:05 +08:00 |
|
Constrat
|
a70502521d
|
ci:. standardize cache key for nuget cache
|
2025-09-14 18:55:13 +02:00 |
|
Constrat
|
66a5095ede
|
ci: standardize hash for windows maadeps
|
2025-09-14 18:52:20 +02:00 |
|
Constrat
|
5b750ca194
|
fix: smoke-testing script
|
2025-09-14 18:48:47 +02:00 |
|