From 16fae82c173e8eb6cf368e8d6f686afaf9ae7243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Tue, 19 Aug 2025 15:07:36 +0800 Subject: [PATCH] =?UTF-8?q?FEAT=20=3D>=20=E6=9C=AC=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=B8=BA=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/dist/.vite/manifest.json | 24 +++++++++---------- Cunkebao/dist/index.html | 6 ++--- .../components/UpdateNotification/index.tsx | 1 + 3 files changed, 16 insertions(+), 15 deletions(-) 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",