feat: 为版本号添加可点击效果
This commit is contained in:
parent
c2c8b1c321
commit
0868522741
@ -85,11 +85,13 @@ fun AboutScreen(
|
||||
|
||||
Spacer(modifier = Modifier.height(8.dp))
|
||||
|
||||
TextButton(onClick = { /* TODO */ }) {
|
||||
Text(
|
||||
text = "版本:${getAppVersion()}",
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant
|
||||
)
|
||||
}
|
||||
|
||||
Spacer(modifier = Modifier.height(48.dp))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user