From 6446d6636e5db88560ce6424cd189847e1da7e80 Mon Sep 17 00:00:00 2001 From: xfy Date: Mon, 1 Jun 2026 11:44:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=20LicensesScreen?= =?UTF-8?q?=20=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- core/src/main/kotlin/plus/rua/project/ui/LicensesScreen.kt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/src/main/kotlin/plus/rua/project/ui/LicensesScreen.kt b/core/src/main/kotlin/plus/rua/project/ui/LicensesScreen.kt index a927b58..23bd96a 100644 --- a/core/src/main/kotlin/plus/rua/project/ui/LicensesScreen.kt +++ b/core/src/main/kotlin/plus/rua/project/ui/LicensesScreen.kt @@ -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 ),