refactor: 移除 LicensesScreen 调试日志
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c72120ee0a
commit
6446d6636e
@ -22,7 +22,6 @@ import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.geometry.Offset
|
||||
import androidx.compose.ui.graphics.StrokeCap
|
||||
import androidx.compose.ui.unit.dp
|
||||
import plus.rua.project.util.logd
|
||||
|
||||
/**
|
||||
* 开放源代码许可页面,展示项目使用的第三方库及其许可证。
|
||||
@ -73,9 +72,7 @@ fun LicensesScreen(
|
||||
) {
|
||||
items(licenses) { item ->
|
||||
Card(
|
||||
onClick = {
|
||||
logd("LicensesScreen") { "clicked: ${item.library}" }
|
||||
},
|
||||
onClick = {},
|
||||
colors = CardDefaults.cardColors(
|
||||
containerColor = MaterialTheme.colorScheme.surfaceContainerHigh
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user