This commit is contained in:
tianjunjie 2023-04-24 10:40:19 +08:00
parent cfa0afc152
commit 4a64deec5f
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -3,7 +3,7 @@
<h1 align="center">ChatGPT</h1> <h1 align="center">ChatGPT</h1>
一键免费部署你的私人 ChatGPT 网页应用 ChatGPT 。
[演示 Demo](https://chat-gpt-next-web.vercel.app/) / [反馈 Issues](https://github.com/Yidadaa/ChatGPT-Next-Web/issues) / [加入 Discord](https://discord.gg/zrhvHCr79N) / [QQ 群](https://user-images.githubusercontent.com/16968934/228190818-7dd00845-e9b9-4363-97e5-44c507ac76da.jpeg) / [打赏开发者](https://user-images.githubusercontent.com/16968934/227772541-5bcd52d8-61b7-488c-a203-0330d8006e2b.jpg) / [Donate](#捐赠-donate-usdt) [演示 Demo](https://chat-gpt-next-web.vercel.app/) / [反馈 Issues](https://github.com/Yidadaa/ChatGPT-Next-Web/issues) / [加入 Discord](https://discord.gg/zrhvHCr79N) / [QQ 群](https://user-images.githubusercontent.com/16968934/228190818-7dd00845-e9b9-4363-97e5-44c507ac76da.jpeg) / [打赏开发者](https://user-images.githubusercontent.com/16968934/227772541-5bcd52d8-61b7-488c-a203-0330d8006e2b.jpg) / [Donate](#捐赠-donate-usdt)

View File

@ -90,7 +90,7 @@ 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"]}>ChatGPT</div>
<div className={styles["sidebar-sub-title"]}> <div className={styles["sidebar-sub-title"]}>
Build your own AI assistant. Build your own AI assistant.
</div> </div>

View File

@ -1,5 +1,5 @@
{ {
"name": "ChatGPT Next Web", "name": "ChatGPT",
"short_name": "ChatGPT", "short_name": "ChatGPT",
"icons": [ "icons": [
{ {