feat: support safari appleWebApp

This commit is contained in:
AprilNEA 2023-03-27 15:02:12 +08:00
parent cd73c3a7cb
commit 6446692db0
No known key found for this signature in database
GPG Key ID: B93E17BB436B4DE1

View File

@ -13,6 +13,11 @@ const COMMIT_ID = process
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() {