Update constant.ts

This commit is contained in:
AlexYuf 2023-04-12 20:42:00 +08:00 committed by GitHub
parent 5742c0db34
commit d478c717cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
export const OWNER = "Yidadaa";
export const REPO = "ChatGPT-Next-Web";
export const REPO_URL = `https://www.123chat.top`;
export const REPO_URL = `https://www.xiaohongshu.com/user/profile/5d90c1cb0000000001004725`;
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;
export const UPDATE_URL = `${REPO_URL}#keep-updated`;
export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`;