Skip to content

Commit

Permalink
change nextchat->ryuichichat
Browse files Browse the repository at this point in the history
  • Loading branch information
SUNSIR007 committed Feb 4, 2024
1 parent 8e167cb commit f7864b3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app/client/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
]);
// 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用
Expand Down
2 changes: 1 addition & 1 deletion app/components/exporter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ export function ImagePreviewer(props: {
</div>

<div>
<div className={styles["main-title"]}>NextChat</div>
<div className={styles["main-title"]}>RyuichiChat</div>
<div className={styles["sub-title"]}>
github.com/Yidadaa/ChatGPT-Next-Web
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function SideBar(props: { className?: string }) {
>
<div className={styles["sidebar-header"]} data-tauri-drag-region>
<div className={styles["sidebar-title"]} data-tauri-drag-region>
NextChat
RyuichiChat
</div>
<div className={styles["sidebar-sub-title"]}>
艺术千秋,人生朝露。
Expand Down
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -22,7 +22,7 @@ export const metadata: Metadata = {
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
],
appleWebApp: {
title: "NextChat",
title: "RyuichiChat",
statusBarStyle: "default",
},
};
Expand Down
2 changes: 1 addition & 1 deletion app/locales/cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const cn = {
Reset: "清除记忆",
SaveAs: "存为面具",
},
IsContext: "NextChat",
IsContext: "RyuichiChat",
},
Export: {
Title: "分享聊天记录",
Expand Down
4 changes: 2 additions & 2 deletions app/store/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NextChat",
"short_name": "NextChat",
"name": "RyuichiChat",
"short_name": "RyuichiChat",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down
8 changes: 4 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"withGlobalTauri": true
},
"package": {
"productName": "NextChat",
"productName": "RyuichiChat",
"version": "2.10.1"
},
"tauri": {
Expand Down Expand Up @@ -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": "",
Expand All @@ -77,7 +77,7 @@
"signingIdentity": null
},
"resources": [],
"shortDescription": "NextChat App",
"shortDescription": "RyuichiChat App",
"targets": "all",
"windows": {
"certificateThumbprint": null,
Expand All @@ -104,7 +104,7 @@
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "NextChat",
"title": "RyuichiChat",
"width": 960,
"hiddenTitle": true,
"titleBarStyle": "Overlay"
Expand Down

0 comments on commit f7864b3

Please sign in to comment.