mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 20:16:37 +08:00
update title
This commit is contained in:
parent
8b821ac0c9
commit
88e4bd0f67
@ -155,10 +155,10 @@ export function SideBar(props: { className?: string }) {
|
|||||||
>
|
>
|
||||||
<div className={styles["sidebar-header"]} data-tauri-drag-region>
|
<div className={styles["sidebar-header"]} data-tauri-drag-region>
|
||||||
<div className={styles["sidebar-title"]} data-tauri-drag-region>
|
<div className={styles["sidebar-title"]} data-tauri-drag-region>
|
||||||
NextChat
|
ChatMaster
|
||||||
</div>
|
</div>
|
||||||
<div className={styles["sidebar-sub-title"]}>
|
<div className={styles["sidebar-sub-title"]}>
|
||||||
Build your own AI assistant.
|
I am your own AI assistant.
|
||||||
</div>
|
</div>
|
||||||
<div className={styles["sidebar-logo"] + " no-dark"}>
|
<div className={styles["sidebar-logo"] + " no-dark"}>
|
||||||
<ChatGptIcon />
|
<ChatGptIcon />
|
||||||
|
@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google";
|
|||||||
const serverConfig = getServerSideConfig();
|
const serverConfig = getServerSideConfig();
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "NextChat",
|
title: "ChatMaster",
|
||||||
description: "Your personal ChatGPT Chat Bot.",
|
description: "Your personal ChatGPT Chat Bot.",
|
||||||
viewport: {
|
viewport: {
|
||||||
width: "device-width",
|
width: "device-width",
|
||||||
@ -22,7 +22,7 @@ export const metadata: Metadata = {
|
|||||||
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
|
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
|
||||||
],
|
],
|
||||||
appleWebApp: {
|
appleWebApp: {
|
||||||
title: "NextChat",
|
title: "ChatMaster",
|
||||||
statusBarStyle: "default",
|
statusBarStyle: "default",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user