This commit is contained in:
xyj-boop 2023-04-04 02:11:09 +00:00 committed by GitHub
commit d41701b946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<div align="center"> <div align="center">
<img src="./static/icon.svg" alt="预览"/> <img src="./static/icon.svg" alt="预览"/>
<h1 align="center">ChatGPT Next Web</h1> <h1 align="center">ChatGPTScoPeWeb</h1>
一键免费部署你的私人 ChatGPT 网页应用。 一键免费部署你的私人 ChatGPT 网页应用。

View File

@ -103,9 +103,9 @@ function _Home() {
className={styles.sidebar + ` ${showSideBar && styles["sidebar-show"]}`} className={styles.sidebar + ` ${showSideBar && styles["sidebar-show"]}`}
> >
<div className={styles["sidebar-header"]}> <div className={styles["sidebar-header"]}>
<div className={styles["sidebar-title"]}>ChatGPT Next</div> <div className={styles["sidebar-title"]}>ChatGPTScoPe</div>
<div className={styles["sidebar-sub-title"]}> <div className={styles["sidebar-sub-title"]}>
Build your own AI assistant. ChatGPT ChatGPT ChatGPTScoPe
</div> </div>
<div className={styles["sidebar-logo"]}> <div className={styles["sidebar-logo"]}>
<ChatGptIcon /> <ChatGptIcon />

View File

@ -17,10 +17,10 @@ try {
} }
export const metadata = { export const metadata = {
title: "ChatGPT Next Web", title: "ChatGPTScoPeWeb",
description: "Your personal ChatGPT Chat Bot.", description: "Your personal ChatGPT Chat Bot.",
appleWebApp: { appleWebApp: {
title: "ChatGPT Next Web", title: "ChatGPTScoPeWeb",
statusBarStyle: "black-translucent", statusBarStyle: "black-translucent",
}, },
themeColor: "#fafafa", themeColor: "#fafafa",

View File

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