soulshellgpt

This commit is contained in:
ZhaoLiu 2023-04-26 18:14:17 +08:00
parent 3c76f101c9
commit 5ca44710ac
7 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
<div align="center"> <div align="center">
<img src="./docs/images/icon.svg" alt="预览"/> <img src="./docs/images/icon.svg" alt="预览"/>
<h1 align="center">ChatGPT Next Web</h1> <h1 align="center">SoulShellGPT</h1>
一键免费部署你的私人 ChatGPT 网页应用。 一键免费部署你的私人 ChatGPT 网页应用。

View File

@ -90,9 +90,9 @@ export function SideBar(props: { className?: string }) {
}`} }`}
> >
<div className={styles["sidebar-header"]}> <div className={styles["sidebar-header"]}>
<div className={styles["sidebar-title"]}>ChatGPT Next</div> <div className={styles["sidebar-title"]}>SoulShellGPT</div>
<div className={styles["sidebar-sub-title"]}> <div className={styles["sidebar-sub-title"]}>
Build your own AI assistant. AI助理
</div> </div>
<div className={styles["sidebar-logo"]}> <div className={styles["sidebar-logo"]}>
<ChatGptIcon /> <ChatGptIcon />

View File

@ -7,10 +7,10 @@ import { getBuildConfig } from "./config/build";
const buildConfig = getBuildConfig(); const buildConfig = getBuildConfig();
export const metadata = { export const metadata = {
title: "ChatGPT Next Web", title: "SoulShellGPT",
description: "Your personal ChatGPT Chat Bot.", description: "Your personal Chat Bot.",
appleWebApp: { appleWebApp: {
title: "ChatGPT Next Web", title: "SoulShellGPT",
statusBarStyle: "default", statusBarStyle: "default",
}, },
themeColor: "#fafafa", themeColor: "#fafafa",

View File

@ -9,7 +9,7 @@ const cn = {
ChatItemCount: (count: number) => `${count} 条对话`, ChatItemCount: (count: number) => `${count} 条对话`,
}, },
Chat: { Chat: {
SubTitle: (count: number) => `ChatGPT 的 ${count} 条对话`, SubTitle: (count: number) => `SoulShellGPT 的 ${count} 条对话`,
Actions: { Actions: {
ChatList: "查看消息列表", ChatList: "查看消息列表",
CompressedHistory: "查看压缩后的历史 Prompt", CompressedHistory: "查看压缩后的历史 Prompt",
@ -35,7 +35,7 @@ const cn = {
Copy: "全部复制", Copy: "全部复制",
Download: "下载文件", Download: "下载文件",
MessageFromYou: "来自你的消息", MessageFromYou: "来自你的消息",
MessageFromChatGPT: "来自 ChatGPT 的消息", MessageFromChatGPT: "来自 SoulShellGPT 的消息",
}, },
Memory: { Memory: {
Title: "历史摘要", Title: "历史摘要",

View File

@ -11,7 +11,7 @@ const en: LocaleType = {
ChatItemCount: (count: number) => `${count} messages`, ChatItemCount: (count: number) => `${count} messages`,
}, },
Chat: { Chat: {
SubTitle: (count: number) => `${count} messages with ChatGPT`, SubTitle: (count: number) => `${count} messages with SoulShellGPT`,
Actions: { Actions: {
ChatList: "Go To Chat List", ChatList: "Go To Chat List",
CompressedHistory: "Compressed History Memory Prompt", CompressedHistory: "Compressed History Memory Prompt",
@ -37,7 +37,7 @@ const en: LocaleType = {
Copy: "Copy All", Copy: "Copy All",
Download: "Download", Download: "Download",
MessageFromYou: "Message From You", MessageFromYou: "Message From You",
MessageFromChatGPT: "Message From ChatGPT", MessageFromChatGPT: "Message From SoulShellGPT",
}, },
Memory: { Memory: {
Title: "Memory Prompt", Title: "Memory Prompt",

View File

@ -10,7 +10,7 @@ const tw: LocaleType = {
ChatItemCount: (count: number) => `${count} 條對話`, ChatItemCount: (count: number) => `${count} 條對話`,
}, },
Chat: { Chat: {
SubTitle: (count: number) => `您已經與 ChatGPT 進行了 ${count} 條對話`, SubTitle: (count: number) => `您已經與 SoulShellGPT 進行了 ${count} 條對話`,
Actions: { Actions: {
ChatList: "查看訊息列表", ChatList: "查看訊息列表",
CompressedHistory: "查看壓縮後的歷史 Prompt", CompressedHistory: "查看壓縮後的歷史 Prompt",
@ -36,7 +36,7 @@ const tw: LocaleType = {
Copy: "複製全部", Copy: "複製全部",
Download: "下載檔案", Download: "下載檔案",
MessageFromYou: "來自您的訊息", MessageFromYou: "來自您的訊息",
MessageFromChatGPT: "來自 ChatGPT 的訊息", MessageFromChatGPT: "來自 SoulShellGPT 的訊息",
}, },
Memory: { Memory: {
Title: "上下文記憶 Prompt", Title: "上下文記憶 Prompt",

View File

@ -1,6 +1,6 @@
{ {
"name": "ChatGPT Next Web", "name": "SoulShellGPT",
"short_name": "ChatGPT", "short_name": "SoulShellGPT",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",