refactor: change "Url" to "URL"

This commit is contained in:
2023-09-21 00:42:16 +08:00
parent 7eacb56857
commit 13e63a8fb3

View File

@@ -177,7 +177,7 @@ data class AppErrorsInfoBean(
val stackOutputShareContent val stackOutputShareContent
get() = """ get() = """
Generated by AppErrorsTracking Generated by AppErrorsTracking
Project Url: https://github.com/KitsunePie/AppErrorsTracking Project URL: https://github.com/KitsunePie/AppErrorsTracking
=============== ===============
""".trimIndent() + "\n$environmentInfo" """.trimIndent() + "\n$environmentInfo"
@@ -189,7 +189,7 @@ data class AppErrorsInfoBean(
get() = """ get() = """
================================================================ ================================================================
Generated by AppErrorsTracking Generated by AppErrorsTracking
Project Url: https://github.com/KitsunePie/AppErrorsTracking Project URL: https://github.com/KitsunePie/AppErrorsTracking
================================================================ ================================================================
""".trimIndent() + "\n$environmentInfo" """.trimIndent() + "\n$environmentInfo"