mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 02:05:16 +08:00
refactor: change "Url" to "URL"
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user