From 64a5364344818d20c00991588bbbdc1d68053681 Mon Sep 17 00:00:00 2001 From: ErShui <131098780+EeShui@users.noreply.github.com> Date: Sun, 23 Apr 2023 07:10:39 +0000 Subject: [PATCH] Pending changes exported from your codespace --- README.md | 2 +- README_CN.md | 2 +- app/components/sidebar.tsx | 4 ++-- app/layout.tsx | 4 ++-- app/locales/cn.ts | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a6d1e3d33..66f053639 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
icon -

ChatGPT Next Web

+

小珂珂GPT

English / [简体中文](./README_CN.md) diff --git a/README_CN.md b/README_CN.md index 03ec2a101..2f274f240 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,7 +1,7 @@
预览 -

ChatGPT Next Web

+

小珂珂GPT

一键免费部署你的私人 ChatGPT 网页应用。 diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index d0c99dd19..d762f9e96 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -90,9 +90,9 @@ export function SideBar(props: { className?: string }) { }`} >
-
ChatGPT Next
+
小珂珂GPT
- Build your own AI assistant. + 你永远可以相信小珂珂GPT~
diff --git a/app/layout.tsx b/app/layout.tsx index 38748ef37..69c7792c2 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", + title: "小珂珂GPT", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "ChatGPT Next Web", + title: "小珂珂GPT", statusBarStyle: "default", }, themeColor: "#fafafa", diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 777cea59b..05c1ca220 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) => `与 小珂珂GPT 的 ${count} 条对话`, Actions: { ChatList: "查看消息列表", CompressedHistory: "查看压缩后的历史 Prompt",