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

View File

@ -90,9 +90,9 @@ export function SideBar(props: { className?: string }) {
}`}
>
<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"]}>
Build your own AI assistant.
AI助理
</div>
<div className={styles["sidebar-logo"]}>
<ChatGptIcon />

View File

@ -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",

View File

@ -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: "历史摘要",

View File

@ -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",

View File

@ -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",

View File

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