This commit is contained in:
Xiao Qingyu
2024-07-21 21:13:23 +08:00
parent ba6039fc8b
commit b1ba753cb2
6 changed files with 9 additions and 295 deletions

View File

@@ -539,7 +539,7 @@ export function ImagePreviewer(props: {
</div>
<div>
<div className={styles["main-title"]}>NextChat</div>
<div className={styles["main-title"]}> AI </div>
<div className={styles["sub-title"]}>
github.com/Yidadaa/ChatGPT-Next-Web
</div>

View File

@@ -155,7 +155,7 @@ export function SideBar(props: { className?: string }) {
>
<div className={styles["sidebar-header"]} data-tauri-drag-region>
<div className={styles["sidebar-title"]} data-tauri-drag-region>
NextChat
AI
</div>
<div className={styles["sidebar-sub-title"]}>
Build your own AI assistant.

View File

@@ -10,10 +10,10 @@ import { GoogleTagManager } from "@next/third-parties/google";
const serverConfig = getServerSideConfig();
export const metadata: Metadata = {
title: "NextChat",
description: "Your personal ChatGPT Chat Bot.",
title: "白羽 AI 聊天",
description: "你的个人 AI 聊天机器人",
appleWebApp: {
title: "NextChat",
title: "白羽 AI 聊天",
statusBarStyle: "default",
},
};

View File

@@ -106,7 +106,7 @@ export const useUpdateStore = createPersistStore(
if (version === remoteId) {
// Show a notification using Tauri
window.__TAURI__?.notification.sendNotification({
title: "NextChat",
title: "白羽 AI 聊天",
body: `${Locale.Settings.Update.IsLatest}`,
icon: `${ChatGptIcon.src}`,
sound: "Default",
@@ -116,7 +116,7 @@ export const useUpdateStore = createPersistStore(
Locale.Settings.Update.FoundUpdate(`${remoteId}`);
// Show a notification for the new version using Tauri
window.__TAURI__?.notification.sendNotification({
title: "NextChat",
title: "白羽 AI 聊天",
body: updateMessage,
icon: `${ChatGptIcon.src}`,
sound: "Default",