一键免费部署你的私人 ChatGPT 网页应用。
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index d0c99dd19..25fce123d 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -90,9 +90,9 @@ export function SideBar(props: { className?: string }) {
}`}
>
-
ChatGPT Next
+
SoulShellGPT
- Build your own AI assistant.
+ 有温度的AI助理
diff --git a/app/layout.tsx b/app/layout.tsx
index 38748ef37..8c8cc630a 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -7,10 +7,10 @@ import { getBuildConfig } from "./config/build";
const buildConfig = getBuildConfig();
export const metadata = {
- title: "ChatGPT Next Web",
- description: "Your personal ChatGPT Chat Bot.",
+ title: "SoulShellGPT",
+ description: "Your personal Chat Bot.",
appleWebApp: {
- title: "ChatGPT Next Web",
+ title: "SoulShellGPT",
statusBarStyle: "default",
},
themeColor: "#fafafa",
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index 777cea59b..01a540ba7 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -9,7 +9,7 @@ const cn = {
ChatItemCount: (count: number) => `${count} 条对话`,
},
Chat: {
- SubTitle: (count: number) => `与 ChatGPT 的 ${count} 条对话`,
+ SubTitle: (count: number) => `与 SoulShellGPT 的 ${count} 条对话`,
Actions: {
ChatList: "查看消息列表",
CompressedHistory: "查看压缩后的历史 Prompt",
@@ -35,7 +35,7 @@ const cn = {
Copy: "全部复制",
Download: "下载文件",
MessageFromYou: "来自你的消息",
- MessageFromChatGPT: "来自 ChatGPT 的消息",
+ MessageFromChatGPT: "来自 SoulShellGPT 的消息",
},
Memory: {
Title: "历史摘要",
diff --git a/app/locales/en.ts b/app/locales/en.ts
index f7af4bfb3..c27232cde 100644
--- a/app/locales/en.ts
+++ b/app/locales/en.ts
@@ -11,7 +11,7 @@ const en: LocaleType = {
ChatItemCount: (count: number) => `${count} messages`,
},
Chat: {
- SubTitle: (count: number) => `${count} messages with ChatGPT`,
+ SubTitle: (count: number) => `${count} messages with SoulShellGPT`,
Actions: {
ChatList: "Go To Chat List",
CompressedHistory: "Compressed History Memory Prompt",
@@ -37,7 +37,7 @@ const en: LocaleType = {
Copy: "Copy All",
Download: "Download",
MessageFromYou: "Message From You",
- MessageFromChatGPT: "Message From ChatGPT",
+ MessageFromChatGPT: "Message From SoulShellGPT",
},
Memory: {
Title: "Memory Prompt",
diff --git a/app/locales/tw.ts b/app/locales/tw.ts
index 26791c77d..873d8a426 100644
--- a/app/locales/tw.ts
+++ b/app/locales/tw.ts
@@ -10,7 +10,7 @@ const tw: LocaleType = {
ChatItemCount: (count: number) => `${count} 條對話`,
},
Chat: {
- SubTitle: (count: number) => `您已經與 ChatGPT 進行了 ${count} 條對話`,
+ SubTitle: (count: number) => `您已經與 SoulShellGPT 進行了 ${count} 條對話`,
Actions: {
ChatList: "查看訊息列表",
CompressedHistory: "查看壓縮後的歷史 Prompt",
@@ -36,7 +36,7 @@ const tw: LocaleType = {
Copy: "複製全部",
Download: "下載檔案",
MessageFromYou: "來自您的訊息",
- MessageFromChatGPT: "來自 ChatGPT 的訊息",
+ MessageFromChatGPT: "來自 SoulShellGPT 的訊息",
},
Memory: {
Title: "上下文記憶 Prompt",
diff --git a/public/site.webmanifest b/public/site.webmanifest
index 117f33b86..d4c5144a2 100644
--- a/public/site.webmanifest
+++ b/public/site.webmanifest
@@ -1,6 +1,6 @@
{
- "name": "ChatGPT Next Web",
- "short_name": "ChatGPT",
+ "name": "SoulShellGPT",
+ "short_name": "SoulShellGPT",
"icons": [
{
"src": "/android-chrome-192x192.png",