- {/* 固定定位的背景层 */}
- {customBackgroundImage && (
-
- )}
- {customMobileBackgroundImage && (
-
- )}
+
+ {/* 固定定位的背景层 */}
+ {customBackgroundImage && (
-
-
-
-
-
- } />
- } />
- } />
- } />
-
-
-
-
-
+ style={{ backgroundImage: `url(${customBackgroundImage})` }}
+ />
+ )}
+ {customMobileBackgroundImage && (
+
+ )}
+
+
+
+
+
+
+ } />
+ } />
+ } />
+ } />
+
+
+
+
+
+ )
+}
+
+// Main App wrapper with router
+const App: React.FC = () => {
+ return (
+