mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
Pending changes exported from your codespace
This commit is contained in:
parent
df28e6b268
commit
72874e87df
@ -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 />
|
||||
|
@ -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";
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ChatGPT Next Web",
|
||||
"name": "环创工作室 ChatGPT体验版",
|
||||
"short_name": "ChatGPT",
|
||||
"icons": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user