strings: add copyright infomation (#275)

* copyright: Correct copyright owner information

* string: add copyright infomation
This commit is contained in:
米凛MiRin
2025-07-14 15:21:48 +08:00
committed by GitHub
parent 94df64f234
commit 51556d1253
8 changed files with 33 additions and 25 deletions

View File

@@ -99,7 +99,10 @@ private fun AboutCardContent() {
htmlString = stringResource(
id = R.string.about_source_code,
"<b><a href=\"https://github.com/ShirkNeko/SukiSU-Ultra\">GitHub</a></b>",
"<b><a href=\"https://t.me/SukiKSU\">Telegram</a></b>"
"<b><a href=\"https://t.me/SukiKSU\">Telegram</a></b>",
"<b>怡子曰曰</b>",
"<b>明风 OuO</b>",
"<b><a href=\"https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt\">CC BY-NC-SA 4.0</a></b>"
),
linkStyles = TextLinkStyles(
style = SpanStyle(
@@ -122,4 +125,4 @@ private fun AboutCardContent() {
}
}
}
}
}