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`;