docs: fix typos

This commit is contained in:
Horror Proton
2022-11-09 11:47:08 +08:00
parent 7cdea06f59
commit b6b65cd43a
6 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ sudo ldconfig
1. 直接拷贝上面编译的第三方库到 `3rdparty/lib` 或者 手动修改 `CMakeLists.txt` 指定第三方库路径
2. `3rdparty/include/opencv` 中的头文件是 `4.5.3` 版本的,若是使用其他版本,请注意头文件冲突问题(直接将你的 `opencv` 头文件覆盖过去就好)
3. 安装 `adb`
4. 复制资源文件到 `libMeoAssitant.so` 同一目录下
4. 复制资源文件到 `libMeoAssistant.so` 同一目录下
```sh
cd tools

View File

@@ -51,7 +51,7 @@
"actions": [ // 战斗中的操作。有序,执行完前一个才会去执行下一个。必选
{
"type": "部署", // 操作类型,可选,默认 "Deploy"
// "Deploy" | "Skill" | "Retreat" | "SpeedUp" | "BulletTime" | "SkillUsage" | "Ouput" | "SkillDaemon"
// "Deploy" | "Skill" | "Retreat" | "SpeedUp" | "BulletTime" | "SkillUsage" | "Output" | "SkillDaemon"
// "部署" | "技能" | "撤退" | "二倍速" | "子弹时间" | "技能用法" | "打印" | "摆完挂机"
// 中英文皆可,效果相同
// 若为 "部署", 当费用不够时,会一直等待到费用够(除非 timeout

View File

@@ -43,7 +43,7 @@ If zlib does not exist in other distribution, you can try compiling from [source
1. Copy the compiled 3rd-party library to `3rdparty/lib` or change `CMakeLists.txt` to indicate 3rd-party library path manually.
2. The header files in `3rdparty/include/opencv` is version `4.5.3`. If you are using other versions, please notice there may be conflicts in header files (you can simply replace them with your `opencv` header files).
3. Install `adb`
4. Copy resource files to the same folder of `libMeoAssitant.so`.
4. Copy resource files to the same folder of `libMeoAssistant.so`.
```sh
cd tools

View File

@@ -18,7 +18,7 @@
6. Run a build to test whether the development environment has been configured correctly. Chosse `Release` & `x64`, right-click `MeoAsstGui` to set it as the startup project, and run it. If the build is successful, the `MeoAsstGui` window will appear. You can connect to the emulator in order to confirm again that the development environment has been configured correctly.
7. Now you are free to contribute to MAA.
8. Remember to commit once you have proper number of changes. Don't forget to write a commit message.
If you are a beginner of git, you might want to make changes on a newly created branch instead of commiting to `dev` directly
If you are a beginner of git, you might want to make changes on a newly created branch instead of committing to `dev` directly
```bash
git branch your_own_branch

View File

@@ -102,9 +102,9 @@ Appends a task.
...
},
"report_to_penguin": bool, // Whether to report to Penguin Stats, optional, by default false.
"penguin_id": string, // Penguin Stats user id, optional, by default empty. Vaild only if report_to_penguin is true.
"penguin_id": string, // Penguin Stats user id, optional, by default empty. Valid only if report_to_penguin is true.
"report_to_yituliu": bool, // Whether to report to YITULIU, optional, by default false.
"yituliu_id": string, // YITULIU user id, optional, by default empty. Vaild only if report_to_yituliu is true.
"yituliu_id": string, // YITULIU user id, optional, by default empty. Valid only if report_to_yituliu is true.
}
```

View File

@@ -43,7 +43,7 @@ sudo ldconfig
1. 直接拷貝上面編譯的第三方庫到 `3rdparty/lib` 或者 手動修改 `CMakeLists.txt` 指定第三方庫路徑
2. `3rdparty/include/opencv` 中的標頭檔是 `4.5.3` 版本的,若是使用其他版本,請注意標頭檔衝突問題(直接將你的 `opencv` 標頭檔覆蓋過去就好)
3. 安裝 `adb`
4. 複製資源檔案到 `libMeoAssitant.so` 同一目錄下
4. 複製資源檔案到 `libMeoAssistant.so` 同一目錄下
```sh
cd tools