更新链接

This commit is contained in:
zhangchenguang01 2024-03-10 15:25:35 +08:00
parent 416710f62e
commit bddd05e301
3 changed files with 3 additions and 2 deletions

View File

@ -117,7 +117,7 @@ export class ClientApi {
{ {
from: "human", from: "human",
value: value:
"Share from [NextChat]: https://www.7li7li.cn", "Share from [NextChat]: https://github.com/Yidadaa/ChatGPT-Next-Web",
}, },
]); ]);
// 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用 // 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用

View File

@ -217,7 +217,7 @@ export function SideBar(props: { className?: string }) {
</Link> </Link>
</div> </div>
<div className={styles["sidebar-action"]}> <div className={styles["sidebar-action"]}>
<a href={REPO_URL} target="_blank" rel="noopener noreferrer"> <a href={7li7li_URL} target="_blank" rel="noopener noreferrer">
<IconButton icon={<GithubIcon />} shadow /> <IconButton icon={<GithubIcon />} shadow />
</a> </a>
</div> </div>

View File

@ -1,4 +1,5 @@
export const OWNER = "Yidadaa"; export const OWNER = "Yidadaa";
export const 7li7li_URL = `https://www.7li7li.cn`;
export const REPO = "ChatGPT-Next-Web"; export const REPO = "ChatGPT-Next-Web";
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;