diff --git a/src/App.tsx b/src/App.tsx index 93500e5..836a40e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -46,18 +46,19 @@ const App: React.FC = () => { return ( + {/* 固定定位的背景层 */} + {customBackgroundImage && ( +
+ )}
-
+
} />