From 51446eb3886ca106ab4ac9f5167cca55ba31db3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E4=BA=91=E4=BE=9D=E5=85=AE?= <1422756921@qq.com> Date: Tue, 14 May 2024 21:36:25 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/constant.ts b/app/constant.ts index 0d37a420b..8c8e363a3 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,5 +1,7 @@ export const OWNER = "Yidadaa"; export const REPO = "ChatGPT-Next-Web"; +export const BLOG_URL = `https://blog.aerr.cn`; +export const FAKA_URL = `http://fk.ikun.bf`; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const UPDATE_URL = `${REPO_URL}#keep-updated`;