Pending changes exported from your codespace

This commit is contained in:
环创科技 2023-04-19 10:01:08 +00:00
parent df28e6b268
commit 72874e87df
3 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@ 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"]}>-AI集合.</div>
<div className={styles["sidebar-logo"]}>
<ChatGptIcon />

View File

@ -2,7 +2,7 @@ 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 UPDATE_URL = `${REPO_URL}#keep-updated`;
export const UPDATE_URL = `https://www.miluwang.top`;
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 RUNTIME_CONFIG_DOM = "danger-runtime-config";

View File

@ -1,5 +1,5 @@
{
"name": "ChatGPT Next Web",
"name": "环创工作室 ChatGPT体验版",
"short_name": "ChatGPT",
"icons": [
{