Skip to content

Commit 75c42ae

Browse files
committed
update: ui更新
1 parent c63197f commit 75c42ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/tunnels/details/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ export default function TunnelDetailPage({ params }: { params: Promise<PageParam
13181318
</Card>
13191319

13201320
{/* 延迟趋势图表 - 仅服务端隧道显示 */}
1321-
{tunnelInfo.type === '服务端' && (
1321+
{tunnelInfo.type === '服务端1' && (
13221322
<Card className="p-2">
13231323
<CardHeader className="font-bold text-sm md:text-base justify-between">
13241324
<div className="flex items-center gap-3">

0 commit comments

Comments
 (0)