From bddd05e301dbee68df36a5095e6d5037b27f0e8b Mon Sep 17 00:00:00 2001 From: zhangchenguang01 Date: Sun, 10 Mar 2024 15:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/client/api.ts | 2 +- app/components/sidebar.tsx | 2 +- app/constant.ts | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/client/api.ts b/app/client/api.ts index 3dfeeb39d..c4d548a41 100644 --- a/app/client/api.ts +++ b/app/client/api.ts @@ -117,7 +117,7 @@ export class ClientApi { { from: "human", value: - "Share from [NextChat]: https://www.7li7li.cn", + "Share from [NextChat]: https://github.com/Yidadaa/ChatGPT-Next-Web", }, ]); // 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用 diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 69b2e71f8..8b21cda06 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -217,7 +217,7 @@ export function SideBar(props: { className?: string }) {
- + } shadow />
diff --git a/app/constant.ts b/app/constant.ts index c1f91d31c..9d7e42700 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,4 +1,5 @@ export const OWNER = "Yidadaa"; +export const 7li7li_URL = `https://www.7li7li.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`;