perf: change text

This commit is contained in:
lisonge 2024-03-08 18:17:07 +08:00
parent ba48c487b0
commit 17af46e1af

View File

@ -97,7 +97,7 @@ fun CategoryPage(subsItemId: Long) {
contentDescription = null, contentDescription = null,
) )
} }
}, title = { Text(text = "${subsRaw?.name ?: subsItemId}/规则类别") }, actions = {}) }, title = { Text(text = "规则类别/${subsRaw?.name ?: subsItemId}") }, actions = {})
}, floatingActionButton = { }, floatingActionButton = {
if (editable) { if (editable) {
FloatingActionButton(onClick = { showAddDlg = true }) { FloatingActionButton(onClick = { showAddDlg = true }) {