diff --git a/README-zh-CN.md b/README-zh-CN.md index 9e6e940..874cf93 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -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) diff --git a/README.md b/README.md index 43aeb3e..d85cbba 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/app/src/main/java/com/fankes/apperrorstracking/utils/tool/GithubReleaseTool.kt b/app/src/main/java/com/fankes/apperrorstracking/utils/tool/GithubReleaseTool.kt index 6b1ebab..fb04c63 100644 --- a/app/src/main/java/com/fankes/apperrorstracking/utils/tool/GithubReleaseTool.kt +++ b/app/src/main/java/com/fankes/apperrorstracking/utils/tool/GithubReleaseTool.kt @@ -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 更新日志