move source code link to settings

This commit is contained in:
2024-01-30 10:22:45 +08:00
parent cb3abe33e9
commit 0f97ce61ef
2 changed files with 11 additions and 8 deletions

View File

@@ -776,6 +776,16 @@ export default (props: {
chatgpt-api-web ChatStore {Tr("Version")}{" "}
{props.chatStore.chatgpt_api_web_version}
</p>
<p>
{Tr("Documents and source code are avaliable here")}:{" "}
<a
className="underline"
href="https://github.com/heimoshuiyu/chatgpt-api-web"
target="_blank"
>
github.com/heimoshuiyu/chatgpt-api-web
</a>
</p>
</div>
<hr />
</div>