diff --git a/VERSION.txt b/VERSION.txt index 43c5cbf..a951fd0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20250728125318 \ No newline at end of file +20250729163024 \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2e53bb8..03c7c0f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,6 +31,7 @@ export async function generateMetadata(): Promise { export const viewport: Viewport = { themeColor: '#000000', + viewportFit: 'cover', }; export default async function RootLayout({ @@ -68,6 +69,10 @@ export default async function RootLayout({ return ( + {/* 将配置序列化后直接写入脚本,浏览器端可通过 window.RUNTIME_CONFIG 获取 */} {/* eslint-disable-next-line @next/next/no-sync-scripts */}