From e259ab7350ff448090f76e95851d036c63941adb Mon Sep 17 00:00:00 2001 From: JSR Date: Sat, 28 Mar 2026 09:36:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=AF=BC=E8=88=AA=E6=A0=8F=E6=96=B0=E5=A2=9E=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E6=A8=A1=E7=B3=8A=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 2287082..995e433 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -415,6 +415,8 @@ function MainContent(): React.JSX.Element { right: 0, bottom: 0, background: "var(--ss-header-bg)", + backdropFilter: "blur(14px)", + WebkitBackdropFilter: "blur(14px)", borderTop: "1px solid var(--ss-border-color)", zIndex: 1400, paddingBottom: "env(safe-area-inset-bottom, 0px)",