mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 08:45:16 +08:00
Fix "GitHub" spelling in all files
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
- [Automatic Build on Commit](https://github.com/KitsunePie/AppErrorsTracking/actions/workflows/commit_ci.yml)
|
- [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)
|
- [Release](https://github.com/KitsunePie/AppErrorsTracking/releases)
|
||||||
- [Xposed-Modules-Repo](https://github.com/Xposed-Modules-Repo/com.fankes.apperrorstracking/releases)
|
- [Xposed-Modules-Repo](https://github.com/Xposed-Modules-Repo/com.fankes.apperrorstracking/releases)
|
||||||
|
@@ -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 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
|
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.
|
**for testing only**, and there is no special explanation or even the version may change or remain the same as the current stable version.
|
||||||
|
@@ -36,7 +36,7 @@ import java.io.Serializable
|
|||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取 Github Release 最新版本工具类
|
* 获取 GitHub Release 最新版本工具类
|
||||||
*/
|
*/
|
||||||
object GithubReleaseTool {
|
object GithubReleaseTool {
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ object GithubReleaseTool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Github Release bean
|
* GitHub Release bean
|
||||||
* @param name 版本名称
|
* @param name 版本名称
|
||||||
* @param htmlUrl 网页地址
|
* @param htmlUrl 网页地址
|
||||||
* @param content 更新日志
|
* @param content 更新日志
|
||||||
|
Reference in New Issue
Block a user