We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63197f commit 75c42aeCopy full SHA for 75c42ae
1 file changed
app/tunnels/details/page.tsx
@@ -1318,7 +1318,7 @@ export default function TunnelDetailPage({ params }: { params: Promise<PageParam
1318
</Card>
1319
1320
{/* 延迟趋势图表 - 仅服务端隧道显示 */}
1321
- {tunnelInfo.type === '服务端' && (
+ {tunnelInfo.type === '服务端1' && (
1322
<Card className="p-2">
1323
<CardHeader className="font-bold text-sm md:text-base justify-between">
1324
<div className="flex items-center gap-3">
0 commit comments