Frog Chen
|
50000b988a
|
feat: AVD截图增强的售后(文档、CI变更等) (#16031)
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
Co-authored-by: MistEO <mistereo@hotmail.com>
|
2026-04-17 22:38:56 +08:00 |
|
AnnAngela
|
4fb6017103
|
docs: Modify git clone command to use --single-branch (#16000)
Co-authored-by: AnnAngela <9762652+AnnAngela@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
|
2026-03-15 23:51:46 +08:00 |
|
MistEO
|
5e5e63b2b6
|
docs: 怎么还有!
|
2026-03-14 02:47:55 +08:00 |
|
MistEO
|
9c281e386a
|
docs: missing rename dev-v2
|
2026-03-14 02:46:58 +08:00 |
|
MistEO
|
afa6711dfa
|
chore: missing rename branch dev-v2
|
2026-03-14 02:32:45 +08:00 |
|
Constrat
|
190940dfb7
|
ci: updates to Resource Updater and clangd (#15758)
* fix: update classifyType assignment in update_items_data function
(global and txwy are up to date)
* fix: add CMAKE_INSTALL_PREFIX to cacheVariables in CMakePresets.json
* test: cleanup infrast_data
* chore: move submodules behind cache
* fix: CMake configs update for clangd code navigation
* docs: add windows vscode docs
---------
Co-authored-by: soundofautumn <62000745+soundofautumn@users.noreply.github.com>
|
2026-02-25 09:57:39 +01:00 |
|
airwish
|
e137ac81c9
|
chore: fix casing typo and related context (#15656)
* chore: fix typo
* typo: "Request" spelling mistake
---------
Co-authored-by: 晓丶梦丶仁 <74444214+Daydreamer114@users.noreply.github.com>
|
2026-02-10 23:48:44 +08:00 |
|
soundofautumn
|
84f1bf490c
|
build: Adopt CMake presets for CI and add clangd/VSCode integration (#15595)
* feat: clangd support
* feat: 完善CMakePresets
* docs: 更新cmake命令
* fix: smoke test run
* docs: 更新vscode开发文档
* feat: 添加执行MaaWpf到cmake中
* feat: 支持全部的presets
* chore: 重新安排顺序
* chore: add some comment
* chore: add more comments
* feat: 简化res-update-game
* chore: 移除多余build
* chore: 统一x64和arm64
* chore: 修正重复忽略.vscode
* feat: vscode cmaketool乱码
* docs: 添加提示
|
2026-02-06 23:05:41 +08:00 |
|
MistEO
|
a11660cbac
|
feat(PC): 支持 PC 端明日方舟 (#15407)
* feat(controller): 集成 MaaWin32ControlUnit 支持 Win32 窗口截图与控制
- 提取公共滑动插值逻辑到 SwipeHelper.hpp,重构 Minitouch/PlayTools 控制器
- 新增 Win32ControlUnitLoader 动态加载 MaaWin32ControlUnit.dll
- 新增 Win32Controller 实现 ControllerAPI,适配 touch_down/move/up 接口
- 添加 AsstAsyncAttachWindow 公开 API 用于绑定 Win32 窗口
- 添加 Win32 截图/输入方式的类型定义和枚举常量
* feat(api): 增加同步版本的 AsstAttachWindow 接口
模仿 AsstConnect 实现同步绑定 Win32 窗口的接口,方便简单场景下直接调用。
该接口标记为 deprecated,建议使用异步版本 AsstAsyncAttachWindow。
* fix: can build MaaCore
* feat: 完成整体适配
* feat(ci): 添加 MaaFramework Win32ControlUnit 下载步骤
使用 robinraju/release-downloader 从 MaaFramework 最新 release 下载
win-x64 版本并提取 MaaWin32ControlUnit 到构建产物中
* docs: 添加 Win32Controller 调试所需 MaaWin32ControlUnit 的说明
在开发文档的环境配置步骤中说明调试 Win32Controller 需要手动下载
MaaWin32ControlUnit.dll,并欢迎社区贡献自动下载脚本
* fix(i18n): 修改 UseAttachWindowWarning 措辞为"仅供尝鲜"
* fix: 小细节修复
* ci: fix maafw filename
* feat: PC 移至连接配置
* feat: 调整描述
* chore: 调整 PC 在连接配置中的顺序
* feat: 设置指引和开始唤醒界面 PC 选项绑定
---------
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
|
2026-01-18 21:17:59 +08:00 |
|
uye
|
1702470c81
|
docs: 更新开发指南
|
2026-01-13 21:53:10 +08:00 |
|
nekosu
|
7e27105607
|
docs: update vsc ext docs for quick ocr (#15298)
Co-authored-by: HX3N <scarlet7518@gmail.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
|
2026-01-06 17:37:42 +08:00 |
|
HX3N
|
4ea066e21c
|
docs: update KR documents (#15282)
|
2026-01-04 10:36:17 +09:00 |
|
Natsuu
|
a50b595570
|
docs: add instruction of log view in vsc-ext (#14696)
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-12-11 18:37:54 +08:00 |
|
SherkeyXD
|
5201dead3c
|
build: Update to .NET 10 (#14971)
* build: Update to .NET 10
* chore: 关闭 CET 保证 win10 可用性
* feat: 提升语言版本
* chore: 更新文档与脚本
* chore: update all packages
* fix: 修复 GpuOption 构建错误
* chore: 更新依赖安装脚本
* chore: 更新 csproj 中标记的软件版本
* docs: Update docs/zh-cn/develop/development.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* docs: Update docs/zh-tw/develop/development.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
---------
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
|
2025-12-10 02:00:41 +08:00 |
|
Lucien Shaw
|
f67c2c8f74
|
ci: 支持winget软件分发 (#14667)
* ci: 测试winget-releaser
* ci: 暂时禁用mirrorchyan
* Revert "ci: 暂时禁用mirrorchyan"
This reverts commit 83550ac47f.
* ci: release分发工作流支持指定tag
* ci: 修复判断语句
* ci: 修改主工作流的release分发部分
* ci: 添加权限
* ci: 设置默认版本tag为空
* ci: 尝试修复空版本号带来的问题
* ci: 使用独立工作流设置release tag
* ci: 补全仓库名称
* ci: 优化gh workflow run调用语句
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* style: 添加空格
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* ci: use secrets and repos of MAA
* ci: 更新secrets名称
* ci: 版本分发工作流重命名
* ci: 匹配的名称变更
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-12 01:04:55 +08:00 |
|
MistEO
|
456b9adcd2
|
refactor: CropRoi -> ImageCropper (#14379) (#14647)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
Co-authored-by: Lucien Shaw <myxlc55@outlook.com>
Co-authored-by: MistEO <18511905+MistEO@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: 不留 <weinibuliu@outlook.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
|
2025-11-06 15:32:35 +08:00 |
|
MistEO
|
d9ed6a810e
|
docs: Sync documents in all languages, Powered by AI (#14572)
Co-authored-by: MistEO <18511905+MistEO@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com>
|
2025-10-29 23:49:12 +08:00 |
|
Lucien Shaw
|
7a4e590a16
|
docs: 对codespace相关链接进行小修小补 (#14564)
* docs: add links for home page of codespaces
* docs: 去除codespace徽章链接里意义不明的color参数
|
2025-10-28 20:07:41 +08:00 |
|
Lucien Shaw
|
08ba87345f
|
docs: 接入DeepWiki (#14563)
* docs: 使用DeepWiki徽章和链接
* docs: 开发文档中加入deepwiki的指引
* docs: fix typo
|
2025-10-28 18:27:19 +08:00 |
|
MistEO
|
45b25628a0
|
docs: 全语言开发文档章节整理 (#14562)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-10-28 16:00:58 +08:00 |
|
MistEO
|
cc160df34f
|
docs: 把codespace移到犄角旮旯 (#14560)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-10-28 15:28:29 +08:00 |
|
Lucien Shaw
|
fa6338b182
|
docs: 添加目录自动跳转组件并使locale自动生成 (#14299)
* feat: 文档站添加重定向vue小组件
* revert: "docs: 将文档中指向部分文档目录的链接改为指向对应目录下的第一篇文档 (#14292)"
This reverts commit 41311fc6ca.
* docs: zh-tw 目录自动跳转
* docs: zh-cn 目录自动跳转
* docs: ko-kr 目录自动跳转
* docs: ja-jp 目录自动跳转
* docs: en-us 目录自动跳转
* docs: 修复了多语言faq文章中的外链对应语言错误的问题
* refactor: 将matter模块改为default import
* feat: 将文档站的i18n和导航相关设置改为全自动生成
* fix: 去除了冗余的locale属性
文档站根据文件目录名称进行索引,linkName和dirName不可能不相同,故简化为单属性name
* refactor: 调整导航组件生成模块中的部分数据类型
* style: prettier fix
|
2025-10-04 23:44:54 +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 |
|
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 |
|
nekosu
|
aa60c530bf
|
docs: add extension's evaluating feature
|
2025-09-23 11:43:42 +08:00 |
|
nekosu
|
494e4e5988
|
docs: Maa Pipeline Support 扩展文档 (#14110)
* doc: cache
* doc: vsc ext doc skeleton
* fix: svg ref
* doc: optimize
* docs: 在任务流程协议文档中添加扩展使用提示
* docs: add en translation
* docs: 补充跳转超链接
---------
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
|
2025-09-21 04:31:14 +08:00 |
|
SherkeyXD
|
bd623091e6
|
docs(rft): 切换文档主题至 vuepress-theme-plume (#13821)
Co-authored-by: Lucien Shaw <myxlc55@outlook.com>
Co-authored-by: MistEO <mistereo@hotmail.com>
|
2025-09-18 18:26:14 +08:00 |
|
MistEO
|
5c0445d3ab
|
refactor: 依赖大更新 (#13908)
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>
|
2025-09-08 21:17:47 +08:00 |
|
HX3N
|
7e1e7ec3d5
|
docs: KR update and overhaul entire documentation (#13550)
* docs: manual
* docs: protocol
* docs: develop
* chore: fix typo
* chore: fix more typo
* docs: readme
readme image
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: corrected file name
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-08-06 18:33:38 +09:00 |
|
Constrat
|
995af0fcda
|
ci: bump oxi, clang, prettier, markdownlint (#12388)
* ci: bump oxi, clang, prettier, markdownlint
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: 移除不再使用clang-format的JSON文件
* chore: clang-format disable
* chore: clang版本更新
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: ver注释
* docs: Modify the clang-format version restriction in the documentation to match the current changes
@zzyyyl
---------
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-04-20 09:42:41 +08:00 |
|
Rbqwow
|
029a5844c1
|
docs: 更新开发前须知 (#12043)
* docs: update en-us development
* docs: update other language
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: typo
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-02-27 14:19:26 +08:00 |
|
Rbqwow
|
8bcdee5eb8
|
docs: 更新文档 (#11430)
* docs: 更新文档
对不起我忘记拆分 commit 了
优化 winget 安装运行库命令
添加 一键修复运行库.ps1
将 image 文件夹重命名为 images
添加账号切换执行时机说明
土下座
Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
* docs: 跟上学姐的脚步
* fix: cli docs
---------
Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
|
2024-12-29 21:34:30 +08:00 |
|
MistEO
|
52eca1ac78
|
docs: 贡献者头像添加 105 上限 (#10351)
|
2024-08-24 11:57:00 +08:00 |
|
Rbqwow
|
589ecf733a
|
docs: 本地加载logo
[skip changelog]
|
2024-08-07 04:21:28 +08:00 |
|
Rbqwow
|
8a6f121ec3
|
docs: 重写网页 PR 教程 (#10005)
* docs: 初步重写 PR 网页教程
* chore: Auto update by pre-commit hooks [skip changelog]
* docs: 再加一个按钮
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 先把图片路径修了
* docs: 不新建分支了
* chore: Auto update by pre-commit hooks [skip changelog]
* docs: 修复坏图片
* docs: 完成英语翻译 | English version completed (translated by gpt)
* chore: Auto update by pre-commit hooks [skip changelog]
* i18n: english tweaks
* i18n: english tweaks
---------
Co-authored-by: 晓丶梦丶仁 <1020623818@qq.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
|
2024-08-05 01:01:17 +08:00 |
|
Rbqwow
|
09d47c4670
|
docs: 本地加载所有图片
|
2024-07-28 02:33:18 +08:00 |
|
HX3N
|
6920c06773
|
chore: tweak KR docs
[skip changelog]
|
2024-07-21 05:53:48 +09:00 |
|
HX3N
|
f97e77a2e1
|
docs: KR 添加 MAA 格式化要求说明
Reflect changes from 32d432bc05
|
2024-07-21 05:16:26 +09:00 |
|
Loong
|
f2ab4946ce
|
ci: use lychee to check dead links (#9675)
* ci: use lychee to check dead links
* ci: comment on PR when dead links are found
* docs: fix broken links
|
2024-07-17 15:26:17 +01:00 |
|
uye
|
67bbf9aac5
|
refactor: website docs **translation needed** (#9287)
Co-authored-by: wlwxj <d1ve_wh4le@outlook.com>
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
Co-authored-by: HX3N <scarlet7518@gmail.com>
Co-authored-by: Wallsman <63186641+wallsman@users.noreply.github.com>
Co-authored-by: Loong <wangl.cc@outlook.com>
Co-authored-by: 神代綺凛 <i@loli.best>
Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
|
2024-07-08 01:57:20 +08:00 |
|