diff --git a/docs/2.1-Linux编译教程.md b/docs/2.1-Linux编译教程.md index c053a2a1c3..52fa01a4eb 100644 --- a/docs/2.1-Linux编译教程.md +++ b/docs/2.1-Linux编译教程.md @@ -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 diff --git a/docs/3.3-战斗流程协议.md b/docs/3.3-战斗流程协议.md index 74b94d0a12..da36cdc1b8 100644 --- a/docs/3.3-战斗流程协议.md +++ b/docs/3.3-战斗流程协议.md @@ -51,7 +51,7 @@ "actions": [ // 战斗中的操作。有序,执行完前一个才会去执行下一个。必选 { "type": "部署", // 操作类型,可选,默认 "Deploy" - // "Deploy" | "Skill" | "Retreat" | "SpeedUp" | "BulletTime" | "SkillUsage" | "Ouput" | "SkillDaemon" + // "Deploy" | "Skill" | "Retreat" | "SpeedUp" | "BulletTime" | "SkillUsage" | "Output" | "SkillDaemon" // "部署" | "技能" | "撤退" | "二倍速" | "子弹时间" | "技能用法" | "打印" | "摆完挂机" // 中英文皆可,效果相同 // 若为 "部署", 当费用不够时,会一直等待到费用够(除非 timeout) diff --git a/docs/en-us/2.1-LINUX_TUTORIAL.md b/docs/en-us/2.1-LINUX_TUTORIAL.md index e20edf9763..2a0469bcaf 100644 --- a/docs/en-us/2.1-LINUX_TUTORIAL.md +++ b/docs/en-us/2.1-LINUX_TUTORIAL.md @@ -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 diff --git a/docs/en-us/2.2-DEVELOPMENT.md b/docs/en-us/2.2-DEVELOPMENT.md index 8bf748f707..5e6cd5f020 100644 --- a/docs/en-us/2.2-DEVELOPMENT.md +++ b/docs/en-us/2.2-DEVELOPMENT.md @@ -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 diff --git a/docs/en-us/3.1-INTEGRATION.md b/docs/en-us/3.1-INTEGRATION.md index 9ec258bbe9..476f6c362a 100644 --- a/docs/en-us/3.1-INTEGRATION.md +++ b/docs/en-us/3.1-INTEGRATION.md @@ -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. } ``` diff --git a/docs/zh-tw/2.1-Linux編譯教程.md b/docs/zh-tw/2.1-Linux編譯教程.md index 94d6f186ce..9b3676003e 100644 --- a/docs/zh-tw/2.1-Linux編譯教程.md +++ b/docs/zh-tw/2.1-Linux編譯教程.md @@ -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