mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-04 00:56:40 +08:00
fix
This commit is contained in:
parent
dfba4ee8a9
commit
2209e4f6e0
@ -6,7 +6,7 @@ import { getClientConfig } from "./config/client";
|
|||||||
import { type Metadata } from "next";
|
import { type Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "ChatGPT Next Web",
|
title: "Walker ChatGPT",
|
||||||
description: "Your personal ChatGPT Chat Bot.",
|
description: "Your personal ChatGPT Chat Bot.",
|
||||||
viewport: {
|
viewport: {
|
||||||
width: "device-width",
|
width: "device-width",
|
||||||
@ -18,7 +18,7 @@ export const metadata: Metadata = {
|
|||||||
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
|
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
|
||||||
],
|
],
|
||||||
appleWebApp: {
|
appleWebApp: {
|
||||||
title: "ChatGPT Next Web",
|
title: "Walker ChatGPT",
|
||||||
statusBarStyle: "default",
|
statusBarStyle: "default",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ChatGPT Next Web",
|
"name": "Walker ChatGPT",
|
||||||
"short_name": "ChatGPT",
|
"short_name": "ChatGPT",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"height": 600,
|
"height": 600,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"title": "ChatGPT Next Web",
|
"title": "Walker ChatGPT",
|
||||||
"width": 960,
|
"width": 960,
|
||||||
"hiddenTitle": true,
|
"hiddenTitle": true,
|
||||||
"titleBarStyle": "Overlay"
|
"titleBarStyle": "Overlay"
|
||||||
|
Loading…
Reference in New Issue
Block a user