mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
修改title
This commit is contained in:
parent
2fb67f52a1
commit
e5dbd28829
@ -169,9 +169,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"]}>ChatGPT 优燃佳科技</div>
|
||||
<div className={styles["sidebar-sub-title"]}>
|
||||
Build your own AI assistant.
|
||||
Build your own AI assistant. Designed on uranplus
|
||||
</div>
|
||||
<div className={styles["sidebar-logo"]}>
|
||||
<ChatGptIcon />
|
||||
|
@ -1,8 +1,8 @@
|
||||
export const OWNER = "Yidadaa";
|
||||
export const REPO = "ChatGPT-Next-Web";
|
||||
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
|
||||
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;
|
||||
export const OWNER = "UranPlus";
|
||||
export const REPO = "ChatGPT-UranPlus-Web";
|
||||
export const REPO_URL = `https://uranplus.com`;
|
||||
export const ISSUE_URL = `https://uranplus.com`;
|
||||
export const UPDATE_URL = `${REPO_URL}#keep-updated`;
|
||||
export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`;
|
||||
export const FETCH_TAG_URL = `https://api.github.com/repos/${OWNER}/${REPO}/tags?per_page=1`;
|
||||
export const FETCH_COMMIT_URL = ``;
|
||||
export const FETCH_TAG_URL = ``;
|
||||
export const RUNTIME_CONFIG_DOM = "danger-runtime-config";
|
||||
|
@ -7,10 +7,10 @@ import { getBuildConfig } from "./config/build";
|
||||
const buildConfig = getBuildConfig();
|
||||
|
||||
export const metadata = {
|
||||
title: "ChatGPT Next Web",
|
||||
description: "Your personal ChatGPT Chat Bot.",
|
||||
title: "ChatGPT-优燃佳科技",
|
||||
description: "Your personal ChatGPT chatbot. Designed on uranplus",
|
||||
appleWebApp: {
|
||||
title: "ChatGPT Next Web",
|
||||
title: "ChatGPT UranPlus",
|
||||
statusBarStyle: "default",
|
||||
},
|
||||
themeColor: "#fafafa",
|
||||
|
@ -4,9 +4,7 @@ import { persist } from "zustand/middleware";
|
||||
export interface AccessControlStore {
|
||||
accessCode: string;
|
||||
token: string;
|
||||
|
||||
needCode: boolean;
|
||||
|
||||
updateToken: (_: string) => void;
|
||||
updateCode: (_: string) => void;
|
||||
enabledAccessControl: () => boolean;
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ChatGPT Next Web",
|
||||
"name": "ChatGPT UranPlus",
|
||||
"short_name": "ChatGPT",
|
||||
"icons": [
|
||||
{
|
||||
@ -18,4 +18,3 @@
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user