diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index 69b2e71f8..2d22ed150 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -155,7 +155,7 @@ export function SideBar(props: { className?: string }) {
>
- NextChat
+ 白羽 AI 聊天
Build your own AI assistant.
diff --git a/app/layout.tsx b/app/layout.tsx
index 637b4556b..eec41cc25 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -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",
},
};
diff --git a/app/store/update.ts b/app/store/update.ts
index 7253caffc..ca77b963c 100644
--- a/app/store/update.ts
+++ b/app/store/update.ts
@@ -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",
diff --git a/public/site.webmanifest b/public/site.webmanifest
index cf77f68e4..e82399150 100644
--- a/public/site.webmanifest
+++ b/public/site.webmanifest
@@ -1,6 +1,6 @@
{
- "name": "NextChat",
- "short_name": "NextChat",
+ "name": "白羽 AI 聊天",
+ "short_name": "白羽 AI 聊天",
"icons": [
{
"src": "/android-chrome-192x192.png",