From 0014e546a7c9cdb3171d7289baeaaa17702cc47a Mon Sep 17 00:00:00 2001 From: yorkeking <34937020+yorkeking@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:31:08 +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 22459d251..6b21888da 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,5 +1,5 @@ export const OWNER = "Yidadaa"; -export const REPO = "LeiChat-人工智能";//"ChatGPT-Next-Web"; +export const REPO = "ChatGPT-Next-Web"; export const REPO_URL = `http://leichat.top/#/`; //`https://github.com/${OWNER}/${REPO}` export const UPDATE_URL = `${REPO_URL}#%E4%BF%9D%E6%8C%81%E6%9B%B4%E6%96%B0-keep-updated`; export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`;