chore: 更新智能体列表展示
parent
6f4f232e80
commit
85090899e6
|
|
@ -215,9 +215,6 @@ export default function AgentList() {
|
|||
</span>
|
||||
</Tag>
|
||||
)}
|
||||
<Tag bordered={false} style={{ background: 'var(--color-surface-2)', color: 'var(--color-text-secondary)', borderRadius: 999, margin: 0 }}>
|
||||
T={a.temperature}
|
||||
</Tag>
|
||||
{(a.fork_count ?? 0) > 0 && (
|
||||
<Tag bordered={false} style={{ background: 'var(--color-surface-2)', color: 'var(--color-text-secondary)', borderRadius: 999, margin: 0 }}>
|
||||
Fork {a.fork_count}
|
||||
|
|
|
|||
Loading…
Reference in New Issue