From a53afc047c4819f1372c9f0e69d770adbe6551bb Mon Sep 17 00:00:00 2001 From: kiben Date: Sat, 23 Nov 2024 12:10:21 +0800 Subject: [PATCH] feat: add constant --- app/constant.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/constant.ts b/app/constant.ts index 0ce0c931d..1157d826e 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,6 +1,7 @@ export const OWNER = ""; export const REPO = ""; 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 UPDATE_URL = `${REPO_URL}#keep-updated`; export const RELEASE_URL = `${REPO_URL}/releases`;