diff --git a/VERSION.txt b/VERSION.txt index 4847fb2..a951fd0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20250729151638 \ No newline at end of file +20250729163024 \ No newline at end of file diff --git a/src/app/globals.css b/src/app/globals.css index 946256a..ba4907b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -11,11 +11,6 @@ .scrollbar-hide::-webkit-scrollbar { display: none; /* Chrome, Safari and Opera */ } - - /* iOS Safari 安全区域工具类 */ - .pb-safe-bottom { - padding-bottom: env(safe-area-inset-bottom); - } } :root { @@ -28,15 +23,10 @@ body { overflow-x: hidden; /* 阻止 iOS Safari 拉动回弹 */ overscroll-behavior: none; - /* 支持 iOS Safari 安全区域 */ - padding: env(safe-area-inset-top) env(safe-area-inset-right) - env(safe-area-inset-bottom) env(safe-area-inset-left); } body { color: rgb(var(--foreground-rgb)); - /* iOS Safari 安全区域背景适配 */ - background-color: #f7f7f3; } html:not(.dark) body { diff --git a/src/components/PageLayout.tsx b/src/components/PageLayout.tsx index 77f2a6b..a57bb6a 100644 --- a/src/components/PageLayout.tsx +++ b/src/components/PageLayout.tsx @@ -40,10 +40,9 @@ const PageLayout = ({ children, activePath = '/' }: PageLayoutProps) => { {/* 主内容 */}
{children} diff --git a/src/lib/version.ts b/src/lib/version.ts index 9660f43..d96495d 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -2,7 +2,7 @@ 'use client'; -const CURRENT_VERSION = '20250729151638'; +const CURRENT_VERSION = '20250729163024'; // 版本检查结果枚举 export enum UpdateStatus {