feat: add constant

This commit is contained in:
kiben 2024-11-23 12:10:21 +08:00
parent dcf7118cb0
commit a53afc047c

View File

@ -1,6 +1,7 @@
export const OWNER = ""; export const OWNER = "";
export const REPO = ""; export const REPO = "";
export const REPO_URL = `https://github.com/`; export const REPO_URL = `https://github.com/`;
export const PLUGINS_REPO_URL = `https://github.com/${OWNER}/NextChat-Awesome-Plugins`;
export const ISSUE_URL = `https://github.com/`; export const ISSUE_URL = `https://github.com/`;
export const UPDATE_URL = `${REPO_URL}#keep-updated`; export const UPDATE_URL = `${REPO_URL}#keep-updated`;
export const RELEASE_URL = `${REPO_URL}/releases`; export const RELEASE_URL = `${REPO_URL}/releases`;