diff --git a/Cunkebao/dist/.vite/manifest.json b/Cunkebao/dist/.vite/manifest.json
index aa72c644..1fc771a8 100644
--- a/Cunkebao/dist/.vite/manifest.json
+++ b/Cunkebao/dist/.vite/manifest.json
@@ -1,18 +1,14 @@
{
- "_charts-DHgoott5.js": {
- "file": "assets/charts-DHgoott5.js",
+ "_charts-CLRTJ7Uf.js": {
+ "file": "assets/charts-CLRTJ7Uf.js",
"name": "charts",
"imports": [
- "_ui-Upu1eBzw.js",
+ "_ui-BFvqeNzU.js",
"_vendor-2vc8h_ct.js"
]
},
- "_ui-D0C0OGrH.css": {
- "file": "assets/ui-D0C0OGrH.css",
- "src": "_ui-D0C0OGrH.css"
- },
- "_ui-Upu1eBzw.js": {
- "file": "assets/ui-Upu1eBzw.js",
+ "_ui-BFvqeNzU.js": {
+ "file": "assets/ui-BFvqeNzU.js",
"name": "ui",
"imports": [
"_vendor-2vc8h_ct.js"
@@ -21,6 +17,10 @@
"assets/ui-D0C0OGrH.css"
]
},
+ "_ui-D0C0OGrH.css": {
+ "file": "assets/ui-D0C0OGrH.css",
+ "src": "_ui-D0C0OGrH.css"
+ },
"_utils-6WF66_dS.js": {
"file": "assets/utils-6WF66_dS.js",
"name": "utils",
@@ -33,15 +33,15 @@
"name": "vendor"
},
"index.html": {
- "file": "assets/index-BYHOLezP.js",
+ "file": "assets/index-C48GlG01.js",
"name": "index",
"src": "index.html",
"isEntry": true,
"imports": [
"_vendor-2vc8h_ct.js",
- "_ui-Upu1eBzw.js",
+ "_ui-BFvqeNzU.js",
"_utils-6WF66_dS.js",
- "_charts-DHgoott5.js"
+ "_charts-CLRTJ7Uf.js"
],
"css": [
"assets/index-Ta4vyxDJ.css"
diff --git a/Cunkebao/dist/index.html b/Cunkebao/dist/index.html
index 2f4bf908..8a58e165 100644
--- a/Cunkebao/dist/index.html
+++ b/Cunkebao/dist/index.html
@@ -11,11 +11,11 @@
-
+
-
+
-
+
diff --git a/Cunkebao/src/components/UpdateNotification/index.tsx b/Cunkebao/src/components/UpdateNotification/index.tsx
index d7169da7..79f37c84 100644
--- a/Cunkebao/src/components/UpdateNotification/index.tsx
+++ b/Cunkebao/src/components/UpdateNotification/index.tsx
@@ -78,6 +78,7 @@ const UpdateNotification: React.FC = ({
background: "linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%)",
color: "white",
padding: "16px 16px",
+ paddingTop: "calc(16px + env(safe-area-inset-top))",
boxShadow: "0 4px 20px rgba(0, 0, 0, 0.5)",
borderBottom: "1px solid rgba(255, 255, 255, 0.1)",
animation: "slideDownBar 0.3s ease-out",