Update constant.ts

This commit is contained in:
MrKuangShen 2023-04-13 09:59:31 +08:00 committed by GitHub
parent f6f07abf1d
commit 6dbca40451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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