fix show version warning

This commit is contained in:
2023-03-31 04:41:08 +08:00
parent 26f9632f41
commit 11afa12b09

View File

@@ -307,17 +307,17 @@ export default function ChatBOX(props: {
{chatStore.postBeginIndex}
</>
)}
{chatStore.chatgpt_api_web_version < "v1.3.0" && (
<>
<br />
{chatStore.chatgpt_api_web_version}
<br />
v1.3.0
使
<br />
</>
)}
</p>
)}
{chatStore.chatgpt_api_web_version < "v1.3.0" && (
<p className="p-2 my-2 text-center dark:text-white">
<br />
{chatStore.chatgpt_api_web_version}
<br />
v1.3.0
使
<br />
</p>
)}
{showRetry && (