fix: 隐藏网关列表中的接口地址,仅在点击查看接口时显示

This commit is contained in:
zhanggangyong
2026-01-13 12:51:04 +00:00
parent c57e05e636
commit 5c43b49746
-3
View File
@@ -293,9 +293,6 @@ export default function ModelGatewayPage() {
</div>
<p className="text-sm text-muted-foreground mb-1">{gateway.fullName}</p>
<p className="text-xs text-muted-foreground">{gateway.description}</p>
<p className="text-xs text-primary mt-1 font-mono">
{t("接口地址", "Endpoint")}: https://{gateway.endpoint}
</p>
</div>
</div>
<div className="flex items-center gap-6">