Update constant.ts

This commit is contained in:
环创科技 2023-04-13 16:35:59 +08:00 committed by GitHub
parent a553dcb37e
commit 0266b69e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
export const OWNER = "Yidadaa";
export const REPO = "ChatGPT";
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`;