From 39cce8b9b12a3874052b5846b2a363a2d42d8845 Mon Sep 17 00:00:00 2001 From: Starryu-cn <39699309+Starryu-cn@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:39:06 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 169a5eee5..a876587fd 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,7 +1,8 @@ -export const OWNER = "Yidadaa"; +export const OWNER = "Starryu-cn"; export const REPO = "ChatGPT-Next-Web"; 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}#%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`; export const FETCH_TAG_URL = `https://api.github.com/repos/${OWNER}/${REPO}/tags?per_page=1`; +