智能体列表,全部

This commit is contained in:
weber
2025-08-06 15:58:17 +08:00
parent 993604bfc1
commit a944bd0fa3
9 changed files with 318 additions and 18 deletions

View File

@@ -80,7 +80,7 @@ fun AgentCard(
text = agentEntity.title,
color = AppColors.text,
fontSize = 16.sp,
style = TextStyle(fontWeight = FontWeight.Bold)
style = TextStyle(fontWeight = FontWeight.W700)
)
}
Row(
@@ -93,6 +93,7 @@ fun AgentCard(
modifier = Modifier,
text = agentEntity.desc,
color = AppColors.text,
maxLines = 1,
fontSize = 12.sp
)
Spacer(modifier = Modifier.width(8.dp))