智能体列表,全部
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user