一键免费部署你的私人 ChatGPT 网页应用。
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index d0c99dd19..cb4130bf0 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",