From d478c717cf6f65ed0d72df4cb7e9ad8001c7342e Mon Sep 17 00:00:00 2001 From: AlexYuf <113398791+AlexYuf@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:42:00 +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 b126181e4..a2af49a40 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,6 +1,6 @@ export const OWNER = "Yidadaa"; export const REPO = "ChatGPT-Next-Web"; -export const REPO_URL = `https://www.123chat.top`; +export const REPO_URL = `https://www.xiaohongshu.com/user/profile/5d90c1cb0000000001004725`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const UPDATE_URL = `${REPO_URL}#keep-updated`; export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`;