From a2849bf6b73b10114ba82327d3a929f200b10240 Mon Sep 17 00:00:00 2001 From: Yaojia Wang Date: Mon, 29 Jun 2026 16:52:43 +0200 Subject: [PATCH] =?UTF-8?q?feat(web):=20Field=20=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=85=B3=E8=81=94=E6=8E=A7=E4=BB=B6=20+=20?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=A3=B3=E6=97=A0=E9=9A=9C=E7=A2=8D(skip=20l?= =?UTF-8?q?ink/=E8=AE=BE=E7=BD=AE=E5=8F=AF=E8=AE=BF=E9=97=AE=E5=90=8D/?= =?UTF-8?q?=E6=8A=BD=E5=B1=89=E7=84=A6=E7=82=B9=E5=BD=92=E8=BF=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/components/AppShell.tsx | 19 +++++++++++++++++-- apps/web/components/BackendDownNotice.tsx | 19 +++++++++++++++++++ apps/web/components/NavDrawer.tsx | 5 ++++- apps/web/components/ui/Field.tsx | 15 ++++++++++++--- 4 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 apps/web/components/BackendDownNotice.tsx diff --git a/apps/web/components/AppShell.tsx b/apps/web/components/AppShell.tsx index 8f6a39f..83ba601 100644 --- a/apps/web/components/AppShell.tsx +++ b/apps/web/components/AppShell.tsx @@ -33,6 +33,12 @@ export function AppShell({ className="min-h-screen" style={{ ["--chrome" as string]: projectId ? "7rem" : "4rem" }} > + + 跳到正文 +
) : null} -