forked from xiaohei/taiji-pda-v0
fix: 隐藏网关列表中的接口地址,仅在点击查看接口时显示
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user