mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
feat: 修改非法规则文案
This commit is contained in:
parent
b105be7b83
commit
ecb5018477
|
@ -182,7 +182,7 @@ fun AppItemPage(
|
|||
)
|
||||
} else {
|
||||
Text(
|
||||
text = "规则组损坏",
|
||||
text = "非法选择器",
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
fontSize = 14.sp,
|
||||
color = MaterialTheme.colorScheme.error
|
||||
|
|
|
@ -156,7 +156,7 @@ fun GlobalRulePage(subsItemId: Long, focusGroupKey: Int? = null) {
|
|||
)
|
||||
} else {
|
||||
Text(
|
||||
text = "规则组损坏",
|
||||
text = "非法选择器",
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
fontSize = 14.sp,
|
||||
color = MaterialTheme.colorScheme.error
|
||||
|
|
Loading…
Reference in New Issue
Block a user