Goat Boring(山羊博宁88)
41311fc6ca
docs: 将文档中指向部分文档目录的链接改为指向对应目录下的第一篇文档 ( #14292 )
...
* Update newbie.md
* Update newbie.md
* Update newbie.md
* Update newbie.md
* Update newbie.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
2025-10-04 02:12:26 +08:00
Pylinx171
7e2f21d929
chore: 将mac开发环境下的cmake_osx版本改为13.4 ( #14283 )
...
Co-authored-by: lihao2Gops5m9x <li@m8@cx7H5g3eM>
2025-10-03 19:12:11 +08:00
晓丶梦丶仁
f925ab551d
fix: "MiniGame@RM-1@Wait"
2025-10-03 17:20:12 +08:00
Status102
11c76cca7f
perf: RegionOCRer 中 useRaw=false 时, 使用原图二值蒙版代替直接 OCR 二值图像 ( #14276 )
...
perf: RegionOCRer中useRaw=false时, 使用原图裁剪代替二值化图像
2025-10-03 16:13:59 +08:00
Rain Yang
30c8fce308
fix: 增强 playtools 关闭连接时的异常处理,确保套接字安全关闭 ( #14280 )
...
* fix: 增强playtools关闭连接时的异常处理,确保套接字安全关闭
* 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-10-03 14:14:02 +08:00
Constrat
58e4025ae5
fix: EN IS3 encounter ocr
...
fix MAA,EN服水月肉鸽 事件名识别错误bug
Fixes #1427214272
2025-10-01 15:32:24 +02:00
status102
473085f4e6
fix: 理智药使用数量ocr不准确时中断使用
2025-10-01 19:25:07 +08:00
status102
956f195810
fix: 使用理智药 执行减少次数循环在asst_stop时缺少中断判断
2025-10-01 19:21:47 +08:00
萨拉托加
c86c09e8e0
chore: YostarJP ocr fix
2025-10-01 15:26:15 +08:00
萨拉托加
bfe5c2e0e5
fix: 修复因失败导致次生预算出错 ( #14267 )
2025-10-01 07:38:13 +08:00
github-actions[bot]
7b97c730e5
chore: Auto Update Game Resources - 2025-09-30
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/18137728844
[skip changelog]
2025-09-30 17:07:49 +00:00
晓丶梦丶仁
ba615ddb13
feat: RM-1 ( #14271 )
2025-10-01 00:54:41 +08:00
Lucien Shaw
14194d1118
chore: 完善容器配置及依赖安装 ( #14208 )
...
格式化工具部分:
1. pre-commit 引入 python 的格式化工具,包括 black(代码格式化)和 isort(对“包导入顺序”的规范)
2. 允许 prettier 对文档站的 markdown 文件格式化
3. 不允许 prettier 对 markdown 文件中的代码块的代码本身进行格式化
4. 升级了 pre-commit 的各个 hook 的版本
5. 优化了 pre-commit 的日志文本显示
容器总览部分:
1. 由原来的单一轻量环境转为区分空环境、轻量环境和全量环境
2. 空环境是裸 Linux 镜像(Ubuntu),为默认环境
3. 轻量环境适合开发文档站前端
4. 全量环境适合开发 MaaCore
5. 目前,全量环境完整包含了轻量环境,轻量环境完整包含了空环境
6. 在仓库 README.md 中更新了三个环境的描述,并将链接分别设置为对应环境的创建链接
**注意:没有修改文档站中的对应文件**
7. 在各个语言的开发指南的最后,移除了 Codespace 部分的“安装额外依赖”相关描述,且将链接设置为全量环境的创建链接
**注意:没有添加“开发文档站”的指南和对应 codespace 的使用方式**
容器的轻量环境和全量环境共有部分:
1. 安装 black 和 isort 包
2. 调整 VS Code 设置,取消先前(对 markdown 文件单独指定 markdownlint 扩展作为格式化工具)的错误设置,现在 markdown 文件仍然使用默认的 prettier 扩展作为格式化工具
3. 引入 markdown-all-in-one 扩展作为语法提示工具
4. 将 node_modules 和 3rdparty 排除在 VS Code 的文本的搜索路径之外
容器的全量环境部分:
1. 为 tools 下的所有 python 脚本安装依赖
2. 使用 tools/maadeps-download.py 下载 maadeps,且将必要二进制文件软链接到 /usr/local/bin/
3. 使用 apt 安装 cmake 和 clangd-20,将后者通过 update-alternatives 设置为系统 clangd 的默认版本
4. 使用 cmake tools 扩展,并按照 Linux 编译方法进行配置
5. 使用 clang-format 作为 c/cpp 的格式化工具,clang-format 程序主体来自 maadeps(已经软链接到 /usr/local/bin/)
6. 使用 clangd 作为 c/cpp 的语法提示工具
7. 将 MaaDeps、install 和 build 排除在 VS Code 的文本搜索路径之外
其它手动调整:
1. 更新文档站的 package.json,指定 pnpm 包管理器的版本
2. 手动保证 markdown 文件中的列表前后有空行(注意到 MarkdownLint 官方规则不一定能精准定位所有“列表前后空行”的问题,详见:https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md032---lists-should-be-surrounded-by-blank-lines )
3. 修改了部分 markdown 文件中的 json 代码块的语法问题
**注意:相同的问题并未全部发现,仅修改了两处**
4. 在 tools 目录中,一处 python 脚本的包名误用(本地包名和某个 pip 包重名),这里修改了相应代码
5. 在 tools 目录中,一处 python 脚本使用了弃用的包 cchardet 的问题,这里更换了推荐使用的功能相近的包并修改了相应代码
自动化脚本提交的修改:
1. 自动格式化了大量 tools 中的 python 脚本
2. 自动格式化了大量 docs 中的 markdown 文件
Commits:
* chore: pre-commit引入black和isort规范py文件
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: devcontainer添加isort扩展,排序python导入
* chore: pre-commit任务命名及更名
* style: isort fix
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: 更新pre-commit的hook版本
* fix: 模块名与第三方库重名,大忌
* chore: 容器构建时额外安装isort
* docs: md -> markdown
* chore: 容器安装python包和maadeps
* fix: 修复过时python包
* chore: 指定pnpm版本
* chore: container支持选择轻量环境
* chore: 去掉rust
* chore: add plain env
* chore: 使用clangd语言服务器
* chore: 无需单独设置markdown的格式化工具
* chore: 更新安装的clangd版本
* docs: 简易文档适配
* docs: 在仓库README中重新编排codespaces相关指引
* chore: Auto update by pre-commit hooks [skip changelog]
* style: 调整缩进
* chore: 格式化工具不用特意排除被gitignore忽略的文件
* chore: sh文件在gitattributes中单列一类
* chore: 格式化docs下的markdown文件
* chore: 暂时不修改md文件中的代码块
* style: 人为明确markdown中的部分列表相关格式
* docs: 补上部分markdown的json代码块中缺失的逗号
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 补上tools的服务器排序相关代码中缺失的逗号
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* chore: 使用maadeps的clangd
* build: 更新maadeps工具链版本
* style: prettier fix
* revert: 还原maadeps版本
* revert: 取消使用maadeps的clangd依赖,改用系统apt安装
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-30 19:39:48 +08:00
github-actions[bot]
86c8c86a64
chore: Auto Update Game Resources - 2025-09-30
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/18121756589
[skip changelog]
2025-09-30 07:09:27 +00:00
uye
63f914cbad
Release v5.26.0 ( #14261 )
2025-09-30 14:21:11 +08:00
github-actions[bot]
b5a7ebd80a
docs: Auto Update Changelogs of v5.26.0 ( #14262 )
...
* docs: Auto Generate Changelog of Release v5.26.0
* docs: Update CHANGELOG for v5.26.0 enhancements and fixes
* docs: Update CHANGELOG with recent fixes and optimizations
* docs: 更新 CHANGELOG,添加次生预案支持和自动肉鸽优化说明
* docs: 修正 CHANGELOG 中关于次生预案的描述格式
* docs: 更新 CHANGELOG,添加「次生预案」和自动肉鸽的提示信息
* docs: 修正 CHANGELOG 中关于次生预案的描述,优化提示信息
* docs: 更新 CHANGELOG,修正次生预案部分的描述,优化资源点数说明
* docs: 修正 CHANGELOG 中关于次生预案提示信息的描述格式
* docs: 更新 CHANGELOG,完善次生预案功能描述,增加资源点数和材料信息
* docs: Revise CHANGELOG for recent updates and fixes
Updated the changelog to reflect changes in recruitment strategy, settings guide improvements, and documentation website redesign.
* docs: Revise CHANGELOG for new features and fixes
Updated the changelog to reflect changes in the '次生预案' feature and adjustments in the automatic meat pigeon recruitment strategy.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com >
Co-authored-by: AnnAngela <naganjue@vip.qq.com >
2025-09-30 14:20:54 +08:00
萨拉托加
077bf061ff
fix: 水月肉鸽委托任务完成检测优先级过低
2025-09-30 13:59:19 +08:00
Weiyou Wang
e46f47820f
fix: 商店刷新两步走 ( #14201 )
...
* fix: 商店刷新两步走
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: buy once only when both steps succeed (suggested by status102)
Co-Authored-By: Status102 <102887808+status102@users.noreply.github.com >
---------
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 >
2025-09-29 17:20:32 +08:00
萨拉托加
bcbeee8d29
perf: 调整界园肉鸽招募策略 ( #14255 )
2025-09-29 12:32:25 +08:00
Rbqwow
06f4973861
docs: 更新文档 ( #14236 )
...
* docs: 补充自动战斗前提
* docs: 自动战斗傀影开局添加丰川祥子
* docs: 更新肉鸽闪断处理相关描述
* chore: Auto update by pre-commit hooks [skip changelog]
* docs: 更新肉鸽文档
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 萨拉托加 <151550168+Saratoga-Official@users.noreply.github.com >
2025-09-29 12:29:40 +08:00
Manicsteiner
cfdb1763e0
feat: 萨卡兹肉鸽 待诉说的故事 二次选择 ( #14246 )
2025-09-29 12:21:24 +08:00
萨拉托加
75d7886838
fix: 水月肉鸽商店刷新延迟不够
...
fix #14256
2025-09-29 10:49:25 +08:00
github-actions[bot]
d49b0ab797
chore: Auto Update Game Resources - 2025-09-28
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/18079189511
[skip changelog]
2025-09-28 20:08:28 +00:00
Manicsteiner
c8a3bbd023
chore: YostarJP roguelike edits ( #14252 )
2025-09-28 21:00:23 +02:00
uye
6bbc3cd21f
fix: 按钮显示文字错误
2025-09-28 13:55:30 +08:00
萨拉托加
844b9ab0ed
fix: 次生预案模拟器卡了容易点过头
2025-09-28 09:38:03 +08:00
Hao Guan
c182c096fe
ci: update macOS runner
2025-09-27 23:29:43 +08:00
Hao Guan
393be3e2f4
chore(mac): 新图标和界面风格
2025-09-27 22:24:14 +08:00
Lancarus
0e55669431
perf: 优化界园肉鸽部分关卡策略 ( #14244 )
...
* perf: 优化界园肉鸽部分关卡策略
* 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-09-27 20:03:03 +08:00
uye
5ad54c864e
feat: mac 支持次生预案
2025-09-27 14:59:39 +08:00
Constrat
93bbb0ba4b
fix: clang
2025-09-26 21:54:06 +02:00
uye
8e8063a066
fix: 怎么还有人在用 adb input
2025-09-27 00:32:11 +08:00
uye
f8e42ef426
perf: 优化次生预案执行速度
2025-09-26 23:21:22 +08:00
uye
a9d59498e1
Release v5.26.0-beta.1 ( #14231 )
2025-09-26 14:13:39 +08:00
github-actions[bot]
b18e7df7e4
docs: Auto Update Changelogs of v5.26.0-beta.1 ( #14232 )
...
* docs: Auto Generate Changelog of Release v5.26.0-beta.1
* docs: Refactor CHANGELOG to remove duplicates and update entries
Removed duplicate entries and updated various documentation items in the CHANGELOG.
---------
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-09-26 14:11:43 +08:00
pre-commit-ci[bot]
dff876ef44
chore: Auto update by pre-commit hooks [skip changelog]
2025-09-26 06:02:15 +00:00
Wallsman
f19c7e1e3a
docs: Update JP( #14227 )
...
* Update readme.md
Doc: Text sync chinese.
* Update others.md
Doc: Sync text for Chinese.
* Update copilot.md
Doc: Sync Text for Chinese.
* Update reclamation-algorithm.md
Doc: Text sync for Chinese.
* Update rewards.md
Doc: Sync text for Chinese.
* 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-09-26 13:58:54 +08:00
github-actions[bot]
4a913eb67a
chore: Auto Templates Optimization
...
Triggered by 17264f39ac
[skip changelog]
2025-09-26 05:58:00 +00:00
uye
17264f39ac
feat: 次生预案十里坡剑神
2025-09-26 13:57:33 +08:00
Constrat
19ddf48360
fix: Google Play Games Developer shutdown
2025-09-26 01:24:57 +02:00
MistEO
47cf884c62
fix: manual set resource version time
2025-09-26 00:58:36 +08:00
github-actions[bot]
b8e85600d9
chore: Auto Templates Optimization
...
Triggered by 2ae03ba3ed
[skip changelog]
2025-09-25 08:50:39 +00:00
github-actions[bot]
2ae03ba3ed
chore: Auto Update Game Resources - 2025-09-25
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/18002097304
[skip changelog]
2025-09-25 08:49:14 +00:00
Manicsteiner
232dc5c97f
chore: YostarJP Sarkaz roguelike StageEncounter ( #14223 )
2025-09-25 00:17:07 +02:00
Rbqwow
22ddd8ccfa
docs: 补充vsc插件繁中文档
...
refer to aa60c530bf
2025-09-23 14:32:12 +00:00
Rbqwow
c2725b1e22
docs: 修复文档站readme盾换行
2025-09-23 13:58:15 +00:00
Lucien Shaw
866bc59ca4
docs: 调整文档站的标题和尾注文本显示 ( #14213 )
...
* chore: 更新plume主题版本
* chore: 更新文档站尾注配置
* i18n: 调整多语言的默认网站标题
* docs: 调整首页的网页标题
* docs: 文档站首页MAA标题加阴影
2025-09-23 21:36:58 +08:00
Rbqwow
08a6d2aea7
docs: 更新网页开发相关文档 ( #14167 )
...
* docs: vuepress-theme-hope --> vuepress-theme-plume
* docs: website --> docs
* chore: 添加 preview 图片
* feat: 添加回图片相关插件
* perf: logo 超级压缩
* perf: preview 也超级压缩
* docs: 找 GPT-5 Thinking 翻译了一下日语的本地部署
* chore: 预览图还是得走一下网页镜像
* i18n: JP
* docs: 修复损坏的超链接
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: 这东西是怎么混进来的
---------
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-23 17:49:19 +08:00
Manicsteiner
938b1d17ef
chore: YostarJP sami roguelike 720p ( #14210 )
2025-09-23 10:53:52 +02:00
zzyyyl
e7ade005ae
docs: 完善任务流程协议文档 ( #13232 )
...
* docs: 完善任务流程协议文档
* docs: English version of task-schema.md
* docs: markdown-lint
2025-09-23 14:21:37 +08:00