Skip to content

Commit 3ef0621

Browse files
committed
refactor: update product name
1 parent 9cc6000 commit 3ef0621

File tree

13 files changed

+557
-41
lines changed

13 files changed

+557
-41
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img src="./docs/images/icon.svg" alt="icon"/>
33

4-
<h1 align="center">ChatGPT Next Web</h1>
4+
<h1 align="center">NextChat</h1>
55

66
English / [简体中文](./README_CN.md)
77

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img src="./docs/images/icon.svg" alt="预览"/>
33

4-
<h1 align="center">ChatGPT Next Web</h1>
4+
<h1 align="center">NextChat</h1>
55

66
一键免费部署你的私人 ChatGPT 网页应用。
77

app/client/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class ClientApi {
9393
{
9494
from: "human",
9595
value:
96-
"Share from [ChatGPT Next Web]: https://github.com/Yidadaa/ChatGPT-Next-Web",
96+
"Share from [NextChat]: https://github.com/Yidadaa/ChatGPT-Next-Web",
9797
},
9898
]);
9999
// 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用

app/components/exporter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ export function ImagePreviewer(props: {
530530
</div>
531531

532532
<div>
533-
<div className={styles["main-title"]}>ChatGPT Next Web</div>
533+
<div className={styles["main-title"]}>NextChat</div>
534534
<div className={styles["sub-title"]}>
535535
github.com/Yidadaa/ChatGPT-Next-Web
536536
</div>

app/components/sidebar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function SideBar(props: { className?: string }) {
155155
>
156156
<div className={styles["sidebar-header"]} data-tauri-drag-region>
157157
<div className={styles["sidebar-title"]} data-tauri-drag-region>
158-
ChatGPT Next
158+
NextChat
159159
</div>
160160
<div className={styles["sidebar-sub-title"]}>
161161
Build your own AI assistant.

app/layout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getClientConfig } from "./config/client";
66
import { type Metadata } from "next";
77

88
export const metadata: Metadata = {
9-
title: "ChatGPT Next Web",
9+
title: "NextChat",
1010
description: "Your personal ChatGPT Chat Bot.",
1111
viewport: {
1212
width: "device-width",
@@ -18,7 +18,7 @@ export const metadata: Metadata = {
1818
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
1919
],
2020
appleWebApp: {
21-
title: "ChatGPT Next Web",
21+
title: "NextChat",
2222
statusBarStyle: "default",
2323
},
2424
};

app/store/update.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const useUpdateStore = createPersistStore(
9595
if (version === remoteId) {
9696
// Show a notification using Tauri
9797
window.__TAURI__?.notification.sendNotification({
98-
title: "ChatGPT Next Web",
98+
title: "NextChat",
9999
body: `${Locale.Settings.Update.IsLatest}`,
100100
icon: `${ChatGptIcon.src}`,
101101
sound: "Default"
@@ -104,7 +104,7 @@ export const useUpdateStore = createPersistStore(
104104
const updateMessage = Locale.Settings.Update.FoundUpdate(`${remoteId}`);
105105
// Show a notification for the new version using Tauri
106106
window.__TAURI__?.notification.sendNotification({
107-
title: "ChatGPT Next Web",
107+
title: "NextChat",
108108
body: updateMessage,
109109
icon: `${ChatGptIcon.src}`,
110110
sound: "Default"

docs/faq-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Docker 版本相当于稳定版,latest Docker 总是与 latest release version
2323
## 如何修改 Vercel 环境变量
2424

2525
- 进入 vercel 的控制台页面;
26-
- 选中你的 chatgpt next web 项目;
26+
- 选中你的 NextChat 项目;
2727
- 点击页面头部的 Settings 选项;
2828
- 找到侧边栏的 Environment Variables 选项;
2929
- 修改对应的值即可。

docs/faq-ko.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Docker 버전은 사실상 안정된 버전과 같습니다. latest Docker는
2323
## Vercel 환경 변수를 어떻게 수정하나요?
2424

2525
- Vercel의 제어판 페이지로 이동합니다.
26-
- chatgpt next web 프로젝트를 선택합니다.
26+
- NextChat 프로젝트를 선택합니다.
2727
- 페이지 상단의 Settings 옵션을 클릭합니다.
2828
- 사이드바의 Environment Variables 옵션을 찾습니다.
2929
- 해당 값을 수정합니다.

docs/user-manual-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> No english version yet, please read this doc with ChatGPT or other translation tools.
44
5-
本文档用于解释 ChatGPT Next Web 的部分功能介绍和设计原则。
5+
本文档用于解释 NextChat 的部分功能介绍和设计原则。
66

77
## 面具 (Mask)
88

@@ -22,7 +22,7 @@
2222

2323
编辑步骤如下:
2424

25-
1.ChatGPT Next Web 中配置好一个面具;
25+
1.NextChat 中配置好一个面具;
2626
2. 使用面具编辑页面的下载按钮,将面具保存为 JSON 格式;
2727
3. 让 ChatGPT 帮你将 json 文件格式化为对应的 ts 代码;
2828
4. 放入对应的 .ts 文件。

public/site.webmanifest

+19-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
2-
"name": "ChatGPT Next Web",
3-
"short_name": "ChatGPT",
4-
"icons": [
5-
{
6-
"src": "/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "/android-chrome-512x512.png",
12-
"sizes": "512x512",
13-
"type": "image/png"
14-
}
15-
],
16-
"start_url": "/",
17-
"theme_color": "#ffffff",
18-
"background_color": "#ffffff",
19-
"display": "standalone"
20-
}
21-
2+
"name": "NextChat",
3+
"short_name": "NextChat",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"start_url": "/",
17+
"theme_color": "#ffffff",
18+
"background_color": "#ffffff",
19+
"display": "standalone"
20+
}

0 commit comments

Comments
 (0)