Files
MaaAssistantArknights/src/MaaCore
zzyyyl d6a75552ba refactor: 从 TaskData 中分离 TaskDataSymbol, TaskDataSymbolStream;增加 TaskDataTypes
fix: 用 to_string 和 string 加法取代 std::format 以通过非 win 平台编译

asst::ResultOrError 是 std::expected 的下位替代(同时又类似于 std::optional)
2023-11-27 14:59:12 +08:00
..
2023-10-11 17:44:18 +08:00
2023-09-30 23:44:34 +08:00
2023-11-17 21:33:41 +08:00

MaaCore

MAA 底层 C++ 模块

开发相关

Windows

  1. 下载预构建的第三方库

    python maadeps-download.py
    
  2. 使用 Visual Studio 2022 打开 MAA.sln,右键 MaaWpfGui,设为启动项目

  3. 右键 MaaWpfGui - 属性 - 调试 - 启用本地调试(这样就能把断点挂到 C++ Core 那边了)

  4. (可选)若准备提交 PR建议启用 clang-format 支持

Linux | macOS

请参考 Linux 编译教程