Pending changes exported from your codespace

This commit is contained in:
ErShui 2023-04-23 07:10:39 +00:00
parent 71aa9d05ed
commit 64a5364344
5 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<div align="center">
<img src="./docs/images/icon.svg" alt="icon"/>
<h1 align="center">ChatGPT Next Web</h1>
<h1 align="center">小珂珂GPT</h1>
English / [简体中文](./README_CN.md)

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">小珂珂GPT</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"]}>GPT</div>
<div className={styles["sidebar-sub-title"]}>
Build your own AI assistant.
GPT~
</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",
title: "小珂珂GPT",
description: "Your personal ChatGPT Chat Bot.",
appleWebApp: {
title: "ChatGPT Next Web",
title: "小珂珂GPT",
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) => `小珂珂GPT 的 ${count} 条对话`,
Actions: {
ChatList: "查看消息列表",
CompressedHistory: "查看压缩后的历史 Prompt",