diff --git a/README_CN.md b/README_CN.md index e6c4d2011..9e19ff155 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,7 +1,7 @@
预览 -

NextChat

+

BuouChat

一键免费部署你的私人 ChatGPT 网页应用,支持 GPT3, GPT4 & Gemini Pro 模型。 diff --git a/app/components/exporter.tsx b/app/components/exporter.tsx index 948807d4c..3f00e6413 100644 --- a/app/components/exporter.tsx +++ b/app/components/exporter.tsx @@ -539,7 +539,7 @@ export function ImagePreviewer(props: {
-
NextChat
+
BuouChat
github.com/Yidadaa/ChatGPT-Next-Web
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 69b2e71f8..41c04a28c 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -155,7 +155,7 @@ export function SideBar(props: { className?: string }) { >
- NextChat + BuouChat
Build your own AI assistant. diff --git a/app/constant.ts b/app/constant.ts index 202fa1253..21b7d071e 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -18,7 +18,7 @@ export const BAIDU_BASE_URL = "https://aip.baidubce.com"; export const BAIDU_OATUH_URL = `${BAIDU_BASE_URL}/oauth/2.0/token`; -export const BASE_URL = `https://buoucoding.com/ai/api`; +export const BASE_URL = `https://buoucoding.com/ai`; export enum Login { Register = "/register", diff --git a/app/layout.tsx b/app/layout.tsx index 637b4556b..6d91fcde4 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", + title: "BuouChat", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "NextChat", + title: "BuouChat", statusBarStyle: "default", }, }; @@ -37,7 +37,10 @@ export default function RootLayout({ - + diff --git a/app/store/update.ts b/app/store/update.ts index 7253caffc..6f816ffe9 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: "BuouChat", 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: "BuouChat", body: updateMessage, icon: `${ChatGptIcon.src}`, sound: "Default", diff --git a/docs/faq-ko.md b/docs/faq-ko.md index b0d28917f..4380f3512 100644 --- a/docs/faq-ko.md +++ b/docs/faq-ko.md @@ -23,7 +23,7 @@ Docker 버전은 사실상 안정된 버전과 같습니다. latest Docker는 ## Vercel 환경 변수를 어떻게 수정하나요? - Vercel의 제어판 페이지로 이동합니다. -- NextChat 프로젝트를 선택합니다. +- BuouChat 프로젝트를 선택합니다. - 페이지 상단의 Settings 옵션을 클릭합니다. - 사이드바의 Environment Variables 옵션을 찾습니다. - 해당 값을 수정합니다. diff --git a/package.json b/package.json index ed5edb043..6fda304fe 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nextchat", + "name": "BuouChat", "private": false, "license": "mit", "scripts": { diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png index 797a7d86a..0bbe15b8c 100644 Binary files a/public/android-chrome-192x192.png and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png index c0265ef4f..0bbe15b8c 100644 Binary files a/public/android-chrome-512x512.png and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index 6461c47c2..0bbe15b8c 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png index 3f8e0a535..0bbe15b8c 100644 Binary files a/public/favicon-16x16.png and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png index c464762ea..0bbe15b8c 100644 Binary files a/public/favicon-32x32.png and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index b5e8234cd..0bbe15b8c 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/macos.png b/public/macos.png index 4ca110e37..0bbe15b8c 100644 Binary files a/public/macos.png and b/public/macos.png differ diff --git a/public/site.webmanifest b/public/site.webmanifest index cf77f68e4..850f0ff8f 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "NextChat", - "short_name": "NextChat", + "name": "BuouChat", + "short_name": "BuouChat", "icons": [ { "src": "/android-chrome-192x192.png", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6230ba41f..d11f7ddbf 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ "withGlobalTauri": true }, "package": { - "productName": "NextChat", + "productName": "BuouChat", "version": "2.12.4" }, "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": "BuouChat 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": "BuouChat App", "targets": "all", "windows": { "certificateThumbprint": null, @@ -105,7 +105,7 @@ "fullscreen": false, "height": 600, "resizable": true, - "title": "NextChat", + "title": "BuouChat", "width": 960, "hiddenTitle": true, "titleBarStyle": "Overlay"