diff --git a/app/components/artifacts.tsx b/app/components/artifacts.tsx index 326891e73..a7adab3bd 100644 --- a/app/components/artifacts.tsx +++ b/app/components/artifacts.tsx @@ -208,7 +208,7 @@ export function Artifacts() { } shadow /> -
NextChat Artifacts
+
CatGPT Artifacts
code} diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index c326b8660..33abfff74 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -223,8 +223,8 @@ export function SideBar(props: { className?: string }) { {...props} > } >
diff --git a/app/layout.tsx b/app/layout.tsx index 1438c6984..10948e7f2 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,7 +13,8 @@ export const metadata: Metadata = { title: "CatGPT", description: "Nya~", appleWebApp: { - title: "NextChat", + title: "CatGPT", + title: "CatGPT", statusBarStyle: "default", }, }; diff --git a/app/store/update.ts b/app/store/update.ts index 7253caffc..b5c44c620 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: "CatGPT", 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: "CatGPT", body: updateMessage, icon: `${ChatGptIcon.src}`, sound: "Default", diff --git a/package.json b/package.json index ed5edb043..b870aaa9c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nextchat", + "name": "CatGPT", "private": false, "license": "mit", "scripts": { diff --git a/public/site.webmanifest b/public/site.webmanifest index cf77f68e4..2fcb391cd 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "NextChat", - "short_name": "NextChat", + "name": "CatGPT", + "short_name": "CatGPT", "icons": [ { "src": "/android-chrome-192x192.png", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index feef57d16..2df130431 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ "withGlobalTauri": true }, "package": { - "productName": "NextChat", + "productName": "CatGPT", "version": "2.14.0" }, "tauri": { @@ -67,8 +67,8 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "com.yida.chatgpt.next.web", - "longDescription": "NextChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.", + "identifier": "ai.lolis.dev", + "longDescription": "CatGPT 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": "CatGPT App", "targets": "all", "windows": { "certificateThumbprint": null, @@ -105,7 +105,7 @@ "fullscreen": false, "height": 600, "resizable": true, - "title": "NextChat", + "title": "CatGPT", "width": 960, "hiddenTitle": true, "titleBarStyle": "Overlay"