Update constant.ts

This commit is contained in:
yorkeking 2023-04-03 23:31:08 +08:00 committed by GitHub
parent 6bdbc9543e
commit 0014e546a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
export const OWNER = "Yidadaa"; export const OWNER = "Yidadaa";
export const REPO = "LeiChat-人工智能";//"ChatGPT-Next-Web"; export const REPO = "ChatGPT-Next-Web";
export const REPO_URL = `http://leichat.top/#/`; //`https://github.com/${OWNER}/${REPO}` export const REPO_URL = `http://leichat.top/#/`; //`https://github.com/${OWNER}/${REPO}`
export const UPDATE_URL = `${REPO_URL}#%E4%BF%9D%E6%8C%81%E6%9B%B4%E6%96%B0-keep-updated`; export const UPDATE_URL = `${REPO_URL}#%E4%BF%9D%E6%8C%81%E6%9B%B4%E6%96%B0-keep-updated`;
export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`; export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`;