Skip to content

Commit

Permalink
docs: 添加 maay 的介绍
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 2, 2023
1 parent eb3ed78 commit f8256a0
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/zh_cn/1.1-快速开始.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. 下载 MaaFramework 发行版
2. 准备资源文件
3. 编写集成代码
3. 使用通用 GUI / 自行编写集成代码

## 下载 MaaFramework 发行版

Expand Down Expand Up @@ -70,11 +70,24 @@ _请注意,JSON 不支持注释,以下仅为演示,请勿直接复制使
}
```

## 编写集成代码
## 集成

请参考 [集成文档](2.1-集成文档.md),编写一个简单的集成程序。
使用 MaaY(通用 GUI)或者 自行编写集成代码

## 集成参考
### 使用 MaaY

使用 [MaaY](https://github.com/MaaAssistantArknights/MaaY),参考 MaaY 中对应的文档整理 `.maay` 文件夹,并在 GUI 中直接导入使用。

实践:

- [M9A.maay](https://github.com/MaaAssistantArknights/MAA1999/tree/main/.maay)
- [MAS.maay](https://github.com/MaaAssistantArknights/MaaAssistantSkland/tree/main/.maay)

### 自行编写集成代码

请参考 [集成文档](2.1-集成文档.md)

实践:

- [MAA1999](https://github.com/MaaAssistantArknights/MAA1999) 基于 C++ & cmake 的集成实践
- [MBA](https://github.com/MaaAssistantArknights/MBA) 基于 C# .NET 的集成实践

0 comments on commit f8256a0

Please sign in to comment.