Skip to content

Commit

Permalink
perf: desc /
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Feb 6, 2024
1 parent ce7084c commit b558f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/li/songe/gkd/ui/SlowGroupPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fun SlowGroupPage() {
}
.padding(10.dp, 5.dp),
title = group.name,
desc = "${rule.rawSubs.name}-全局规则"
desc = "${rule.rawSubs.name}/全局规则"
)
}
items(
Expand All @@ -105,7 +105,7 @@ fun SlowGroupPage() {
}
.padding(10.dp, 5.dp),
title = group.name,
desc = "${rule.rawSubs.name}-应用规则-${appInfoCache[rule.app.id]?.name ?: rule.app.name ?: rule.app.id}"
desc = "${rule.rawSubs.name}/应用规则/${appInfoCache[rule.app.id]?.name ?: rule.app.name ?: rule.app.id}"
)
}
item("empty") {
Expand Down

0 comments on commit b558f4f

Please sign in to comment.