From 5ec7cb005f9a01c8028ffb00eda9dd48418fe192 Mon Sep 17 00:00:00 2001 From: al Date: Mon, 5 Aug 2024 14:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4viewport()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/layout.js b/app/layout.js index ba1c69c..7e2ecdf 100644 --- a/app/layout.js +++ b/app/layout.js @@ -24,12 +24,12 @@ const metadata = { "空间", ], }; -export const viewport = { - width: "device-width", - initialScale: 1, - maximumScale: 1, - userScalable: 0, -}; +// export const viewport = { +// width: "device-width", +// initialScale: 1, +// maximumScale: 1, +// userScalable: 0, +// }; export default function RootLayout({ children }) { return (