Update constant.ts

This commit is contained in:
Qingyun Yixi 2024-12-13 10:17:02 +08:00 committed by GitHub
parent 44dfa91746
commit 4d33cd987a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
export const OWNER = "Yidadaa";
export const REPO = "ChatGPT-Next-Web";
export const BLOG_URL = `https://blog.aerr.cn`;
export const FAKA_URL = `http://fk.ikun.bf`;
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`;