mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-15 19:22:26 +08:00
This commit is contained in:
parent
ed63826404
commit
cc9670f03a
|
@ -236,7 +236,7 @@ private fun ShizukuErrorDialog(stateFlow: MutableStateFlow<Boolean>) {
|
||||||
} else {
|
} else {
|
||||||
TextButton(onClick = {
|
TextButton(onClick = {
|
||||||
stateFlow.value = false
|
stateFlow.value = false
|
||||||
app.openUri("https://shizuku.rikka.app/")
|
app.openUri("https://gkd.li?r=4")
|
||||||
}) {
|
}) {
|
||||||
Text(text = "去下载")
|
Text(text = "去下载")
|
||||||
}
|
}
|
||||||
|
|
|
@ -239,6 +239,16 @@ fun AuthA11yPage() {
|
||||||
.padding(4.dp)
|
.padding(4.dp)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Spacer(modifier = Modifier.height(8.dp))
|
||||||
|
Text(
|
||||||
|
modifier = Modifier
|
||||||
|
.clickable {
|
||||||
|
context.openUri("https://gkd.li/?r=3")
|
||||||
|
},
|
||||||
|
text = "运行后授权失败?",
|
||||||
|
style = MaterialTheme.typography.bodySmall,
|
||||||
|
color = MaterialTheme.colorScheme.primary,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
confirmButton = {
|
confirmButton = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user