From a553dcb37e8c07e3eac2f8b49e4ca79de4e674cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=AF=E5=88=9B=E7=A7=91=E6=8A=80?= <1944485189@qq.com> Date: Thu, 13 Apr 2023 15:17:39 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 6f08ad756..720fb3bcf 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,5 +1,5 @@ export const OWNER = "Yidadaa"; -export const REPO = "ChatGPT-Next-Web"; +export const REPO = "ChatGPT"; 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`;