From 2209e4f6e0ae7476482761b7e7b8c0b085863e2e Mon Sep 17 00:00:00 2001 From: Wakler-Wei W <319230300@qq.com> Date: Tue, 26 Sep 2023 02:46:51 +0000 Subject: [PATCH] fix --- app/layout.tsx | 4 ++-- public/site.webmanifest | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 5e0762653..55c41b2aa 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,7 +6,7 @@ import { getClientConfig } from "./config/client"; import { type Metadata } from "next"; export const metadata: Metadata = { - title: "ChatGPT Next Web", + title: "Walker ChatGPT", description: "Your personal ChatGPT Chat Bot.", viewport: { width: "device-width", @@ -18,7 +18,7 @@ export const metadata: Metadata = { { media: "(prefers-color-scheme: dark)", color: "#151515" }, ], appleWebApp: { - title: "ChatGPT Next Web", + title: "Walker ChatGPT", statusBarStyle: "default", }, }; diff --git a/public/site.webmanifest b/public/site.webmanifest index 117f33b86..19087d140 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,5 +1,5 @@ { - "name": "ChatGPT Next Web", + "name": "Walker ChatGPT", "short_name": "ChatGPT", "icons": [ { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 77b02a3ba..b54f9c64c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -98,7 +98,7 @@ "fullscreen": false, "height": 600, "resizable": true, - "title": "ChatGPT Next Web", + "title": "Walker ChatGPT", "width": 960, "hiddenTitle": true, "titleBarStyle": "Overlay"