Merge branch 'Yidadaa:main' into main

This commit is contained in:
AprilNEA
2023-03-27 18:31:47 +08:00
committed by GitHub
8 changed files with 77 additions and 2 deletions

View File

@@ -18,6 +18,11 @@ try {
export const metadata = {
title: "ChatGPT Next Web",
description: "Your personal ChatGPT Chat Bot.",
appleWebApp: {
title: "ChatGPT Next Web",
statusBarStyle: "black-translucent",
},
themeColor: "#fafafa"
};
function Meta() {
@@ -55,6 +60,7 @@ export default function RootLayout({
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap"
rel="stylesheet"
></link>
<script src="/serviceWorkerRegister.js" defer></script>
</head>
<body>{children}</body>
</html>