From 68f70f7cfe72278e6ba3d85a708ac8e514e8ca1b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 19 Jun 2026 01:12:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E6=AD=A3=20Code=20Review?= =?UTF-8?q?=20Gate=20=E6=89=8B=E6=A9=9F=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/src/app/[locale]/code-review/page.tsx | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/web/src/app/[locale]/code-review/page.tsx b/apps/web/src/app/[locale]/code-review/page.tsx index 7acdfbb9..67e73e32 100644 --- a/apps/web/src/app/[locale]/code-review/page.tsx +++ b/apps/web/src/app/[locale]/code-review/page.tsx @@ -392,47 +392,47 @@ export default function CodeReviewPage({ params }: { params: { locale: string } -
-
-
- - {t('prepost.title')} +
+
+
+ + {t('prepost.title')}
-
-
+
+
{t('prepost.pre')}
{preDeployGates.map((gate) => ( -
-
{gate.label}
-
{gate.owner_agent} · {gate.status}
+
+
{gate.label}
+
{gate.owner_agent} · {gate.status}
))}
-
+
{t('prepost.post')}
{postDeployGates.map((gate) => ( -
-
{gate.label}
-
{gate.owner_agent} · {gate.status}
+
+
{gate.label}
+
{gate.owner_agent} · {gate.status}
))}
-
-
- - {t('tools.title')} +
+
+ + {t('tools.title')}
-
+
{toolLanes.map((tool) => ( -
-
-
{tool.label}
-
{t('tools.candidate')}
+
+
+
{tool.label}
+
{t('tools.candidate')}
-
{tool.category} · {tool.integration_status}
+
{tool.category} · {tool.integration_status}
))}