move source code link to settings
This commit is contained in:
@@ -651,14 +651,7 @@ export default function ChatBOX(props: {
|
|||||||
{Tr(
|
{Tr(
|
||||||
"All chat history and settings are stored in the local browser"
|
"All chat history and settings are stored in the local browser"
|
||||||
)}
|
)}
|
||||||
<br />⚠{Tr("Documents and source code are avaliable here")}:{" "}
|
<br />
|
||||||
<a
|
|
||||||
className="underline"
|
|
||||||
href="https://github.com/heimoshuiyu/chatgpt-api-web"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
github.com/heimoshuiyu/chatgpt-api-web
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
{chatStore.history.map((_, messageIndex) => (
|
{chatStore.history.map((_, messageIndex) => (
|
||||||
|
|||||||
@@ -776,6 +776,16 @@ export default (props: {
|
|||||||
chatgpt-api-web ChatStore {Tr("Version")}{" "}
|
chatgpt-api-web ChatStore {Tr("Version")}{" "}
|
||||||
{props.chatStore.chatgpt_api_web_version}
|
{props.chatStore.chatgpt_api_web_version}
|
||||||
</p>
|
</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>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user