Fix "GitHub" spelling in all files

This commit is contained in:
2023-02-07 05:27:55 +08:00
parent 00cfca12b0
commit 1a7775d5cc
3 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
- [Automatic Build on Commit](https://github.com/KitsunePie/AppErrorsTracking/actions/workflows/commit_ci.yml)
上述更新为代码 `commit` 后自动触发,具体更新内容可点击上方的文字前往 **Github Actions** 进行查看,本更新由开源的流程自动编译发布,**不保证其稳定性**,所发布的版本**仅供测试**,且不会特殊说明甚至可能会变更版本号或保持与当前稳定版相同的版本号。
上述更新为代码 `commit` 后自动触发,具体更新内容可点击上方的文字前往 **GitHub Actions** 进行查看,本更新由开源的流程自动编译发布,**不保证其稳定性**,所发布的版本**仅供测试**,且不会特殊说明甚至可能会变更版本号或保持与当前稳定版相同的版本号。
- [Release](https://github.com/KitsunePie/AppErrorsTracking/releases)
- [Xposed-Modules-Repo](https://github.com/Xposed-Modules-Repo/com.fankes.apperrorstracking/releases)

View File

@@ -68,7 +68,7 @@ Contributions to this project are welcome to translate it into your country's la
The above update is automatically triggered after the code `commit`.
The specific update content can be viewed by clicking the text above and going to **Github Actions**.
The specific update content can be viewed by clicking the text above and going to **GitHub Actions**.
This update is automatically compiled and released by the open source process, **no guarantee of its stability**, so the released version is
**for testing only**, and there is no special explanation or even the version may change or remain the same as the current stable version.

View File

@@ -36,7 +36,7 @@ import java.io.Serializable
import java.util.*
/**
* 获取 Github Release 最新版本工具类
* 获取 GitHub Release 最新版本工具类
*/
object GithubReleaseTool {
@@ -98,7 +98,7 @@ object GithubReleaseTool {
}
/**
* Github Release bean
* GitHub Release bean
* @param name 版本名称
* @param htmlUrl 网页地址
* @param content 更新日志