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
get() = """
Generated by AppErrorsTracking
Project Url: https://github.com/KitsunePie/AppErrorsTracking
Project URL: https://github.com/KitsunePie/AppErrorsTracking
===============
""".trimIndent() + "\n$environmentInfo"
@@ -189,7 +189,7 @@ data class AppErrorsInfoBean(
get() = """
================================================================
Generated by AppErrorsTracking
Project Url: https://github.com/KitsunePie/AppErrorsTracking
Project URL: https://github.com/KitsunePie/AppErrorsTracking
================================================================
""".trimIndent() + "\n$environmentInfo"