diff --git a/app/layout.jsx b/app/layout.jsx
index 02d4695..f7aa16b 100644
--- a/app/layout.jsx
+++ b/app/layout.jsx
@@ -12,19 +12,24 @@ export default function RootLayout({ children }) {
return (
-
-
- {/* 尽早设置 data-theme,减少首屏主题闪烁;与 suppressHydrationWarning 配合避免服务端/客户端 html 属性不一致报错 */}
-
-
-
-
- {children}
-
+
+
+
+
+
+
+
+ {/* 尽早设置 data-theme,减少首屏主题闪烁;与 suppressHydrationWarning 配合避免服务端/客户端 html 属性不一致报错 */}
+
+
+
+
+ {children}
+
);
}
diff --git a/public/Icon-60@3x.png b/public/Icon-60@3x.png
new file mode 100644
index 0000000..16bd808
Binary files /dev/null and b/public/Icon-60@3x.png differ