From 2e6044c7874dfc1502db35325dc32a9281bee32a Mon Sep 17 00:00:00 2001 From: xmanrui <841206367@qq.com> Date: Fri, 27 Feb 2026 14:56:37 +0800 Subject: [PATCH] refactor home header and gateway controls layout --- app/page.tsx | 63 +++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 8802fd3..989e347 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -720,7 +720,7 @@ export default function Home() { return (
{/* 倴部 */} -
+

πŸ€– {t("home.pageTitle")} @@ -729,35 +729,7 @@ export default function Home() { {t("models.totalPrefix")} {data.agents.length} {t("home.agentCount")} Β· {t("home.defaultModel")}: {data.defaults.model}

-
- {/* εˆ·ζ–°ζŽ§δ»Ά */} -
- - {refreshInterval === 0 && ( - - )} -
- {lastUpdated && ( - - {t("home.updatedAt")} {lastUpdated} - - )} +
- - {/* Gateway ηŠΆζ€ */} -
+
+
+ + {refreshInterval === 0 && ( + + )} + {lastUpdated && ( + + {t("home.updatedAt")} {lastUpdated} + + )} +
{/* 卑片咙 */}