Update constant.ts

This commit is contained in:
青云依兮 2024-05-14 21:36:25 +08:00 committed by GitHub
parent bd6e62c5a9
commit 51446eb388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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`;