From 61456789e0eaa5f9f700b87172fef77d794235e5 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 18 Jul 2023 10:14:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9script=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 7f5f8904b..d1f0f64ac 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -3,7 +3,7 @@ import "./styles/globals.scss"; import "./styles/markdown.scss"; import "./styles/highlight.scss"; import { getClientConfig } from "./config/client"; -import { type Metadata } from 'next'; +import { type Metadata } from "next"; export const metadata: Metadata = { title: "ChatGPT Next Web", @@ -34,16 +34,22 @@ export default function RootLayout({ - - + {/* + // @ts-ignore */} + - + data-full-width-responsive="true" + > + {children}