diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index add78bb287a..757ba0654e0 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -155,7 +155,7 @@ export function SideBar(props: { className?: string }) {
>
- NextChat
+ RyuichiChat
艺术千秋,人生朝露。
diff --git a/app/layout.tsx b/app/layout.tsx
index 2c89ba4944e..b9af9ae7c3e 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google";
const serverConfig = getServerSideConfig();
export const metadata: Metadata = {
- title: "NextChat",
+ title: "RyuichiChat",
description: "Your personal ChatGPT Chat Bot.",
viewport: {
width: "device-width",
@@ -22,7 +22,7 @@ export const metadata: Metadata = {
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
],
appleWebApp: {
- title: "NextChat",
+ title: "RyuichiChat",
statusBarStyle: "default",
},
};
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index b5e9af6d975..447dbe2cad1 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -78,7 +78,7 @@ const cn = {
Reset: "清除记忆",
SaveAs: "存为面具",
},
- IsContext: "NextChat",
+ IsContext: "RyuichiChat",
},
Export: {
Title: "分享聊天记录",
diff --git a/app/store/update.ts b/app/store/update.ts
index 7253caffcb9..81c26ae00be 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: "RyuichiChat",
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: "RyuichiChat",
body: updateMessage,
icon: `${ChatGptIcon.src}`,
sound: "Default",
diff --git a/public/site.webmanifest b/public/site.webmanifest
index cf77f68e4f1..a5271c61362 100644
--- a/public/site.webmanifest
+++ b/public/site.webmanifest
@@ -1,6 +1,6 @@
{
- "name": "NextChat",
- "short_name": "NextChat",
+ "name": "RyuichiChat",
+ "short_name": "RyuichiChat",
"icons": [
{
"src": "/android-chrome-192x192.png",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 75d6a0d0afa..ee3714c0c5f 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
"withGlobalTauri": true
},
"package": {
- "productName": "NextChat",
+ "productName": "RyuichiChat",
"version": "2.10.1"
},
"tauri": {
@@ -68,7 +68,7 @@
"icons/icon.ico"
],
"identifier": "com.yida.chatgpt.next.web",
- "longDescription": "NextChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
+ "longDescription": "RyuichiChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
@@ -77,7 +77,7 @@
"signingIdentity": null
},
"resources": [],
- "shortDescription": "NextChat App",
+ "shortDescription": "RyuichiChat App",
"targets": "all",
"windows": {
"certificateThumbprint": null,
@@ -104,7 +104,7 @@
"fullscreen": false,
"height": 600,
"resizable": true,
- "title": "NextChat",
+ "title": "RyuichiChat",
"width": 960,
"hiddenTitle": true,
"titleBarStyle": "Overlay"