mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
feat: add constant
This commit is contained in:
@@ -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`;
|
||||||
|
|||||||
Reference in New Issue
Block a user