From f7864b30e19d0b5b10e5850ad6430eec86e115d6 Mon Sep 17 00:00:00 2001 From: Ryuichi <2540987771@qq.com> Date: Sun, 4 Feb 2024 20:21:46 +0800 Subject: [PATCH] change nextchat->ryuichichat --- app/client/api.ts | 2 +- app/components/exporter.tsx | 2 +- app/components/sidebar.tsx | 2 +- app/layout.tsx | 4 ++-- app/locales/cn.ts | 2 +- app/store/update.ts | 4 ++-- public/site.webmanifest | 4 ++-- src-tauri/tauri.conf.json | 8 ++++---- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/client/api.ts b/app/client/api.ts index 56fa3299624..d45c7785fe3 100644 --- a/app/client/api.ts +++ b/app/client/api.ts @@ -109,7 +109,7 @@ export class ClientApi { { from: "human", value: - "Share from [NextChat]: https://github.com/Yidadaa/ChatGPT-Next-Web", + "Share from [RyuichiChat]: https://github.com/Yidadaa/ChatGPT-Next-Web", }, ]); // 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用 diff --git a/app/components/exporter.tsx b/app/components/exporter.tsx index dff17e4abe3..2b95385e039 100644 --- a/app/components/exporter.tsx +++ b/app/components/exporter.tsx @@ -538,7 +538,7 @@ export function ImagePreviewer(props: {
-
NextChat
+
RyuichiChat
github.com/Yidadaa/ChatGPT-Next-Web
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"