mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
feat: add constant
This commit is contained in:
parent
dcf7118cb0
commit
a53afc047c
@ -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`;
|
||||||
|
Loading…
Reference in New Issue
Block a user