Fix text parameter formatting in KstatConfigItemCard, remove redundant “parameter:” prefixes
This commit is contained in:
@@ -194,7 +194,7 @@ fun KstatConfigItemCard(
|
|||||||
)
|
)
|
||||||
if (parts.size > 1) {
|
if (parts.size > 1) {
|
||||||
Text(
|
Text(
|
||||||
text = "参数: ${parts.drop(1).joinToString(" ")}",
|
text = "${parts.drop(1).joinToString(" ")}",
|
||||||
style = MaterialTheme.typography.bodyMedium,
|
style = MaterialTheme.typography.bodyMedium,
|
||||||
color = MaterialTheme.colorScheme.onSurfaceVariant
|
color = MaterialTheme.colorScheme.onSurfaceVariant
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user