mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-27 22:25:52 +00:00
fix: 机器人卡片平台选项改为上下排列
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ function AgentCard({ agent, gatewayPort, gatewayToken, t, testResult }: { agent:
|
||||
|
||||
<div>
|
||||
<span className="text-xs text-[var(--text-muted)] block mb-1">{t("agent.platform")}</span>
|
||||
<div className="flex flex-wrap gap-1">
|
||||
<div className="flex flex-col gap-1">
|
||||
{agent.platforms.map((p, i) => (
|
||||
<PlatformBadge key={i} platform={p} agentId={agent.id} gatewayPort={gatewayPort} gatewayToken={gatewayToken} t={t} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user