Update constant.ts

This commit is contained in:
lgz-star 2023-04-08 01:33:52 +08:00 committed by GitHub
parent d6b2cf8bcb
commit fd9be0f529
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 = "lgz-star";
export const REPO = "ChatGPT-Next-Web"; export const REPO = "ChatGPT-Next-Web";
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;