mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
4.4
This commit is contained in:
parent
7d7f3716be
commit
20aa0ba45c
@ -1,7 +1,7 @@
|
||||
<div align="center">
|
||||
<img src="./static/icon.svg" alt="预览"/>
|
||||
|
||||
<h1 align="center">ChatGPT Next Web</h1>
|
||||
<h1 align="center">ChatGPTScoPeWeb</h1>
|
||||
|
||||
一键免费部署你的私人 ChatGPT 网页应用。
|
||||
|
||||
|
@ -103,9 +103,9 @@ function _Home() {
|
||||
className={styles.sidebar + ` ${showSideBar && styles["sidebar-show"]}`}
|
||||
>
|
||||
<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"]}>
|
||||
Build your own AI assistant.
|
||||
专注于ChatGPT,分享 ChatGPT 最新知识。你想要了解的,可能一个 ChatGPTScoPe 就足够了。
|
||||
</div>
|
||||
<div className={styles["sidebar-logo"]}>
|
||||
<ChatGptIcon />
|
||||
|
@ -17,10 +17,10 @@ try {
|
||||
}
|
||||
|
||||
export const metadata = {
|
||||
title: "ChatGPT Next Web",
|
||||
title: "ChatGPTScoPeWeb",
|
||||
description: "Your personal ChatGPT Chat Bot.",
|
||||
appleWebApp: {
|
||||
title: "ChatGPT Next Web",
|
||||
title: "ChatGPTScoPeWeb",
|
||||
statusBarStyle: "black-translucent",
|
||||
},
|
||||
themeColor: "#fafafa",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ChatGPT Next Web",
|
||||
"name": "ChatGPTScoPeWeb",
|
||||
"short_name": "ChatGPT",
|
||||
"icons": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user