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.postBeginIndex}
</> </>
)} )}
{chatStore.chatgpt_api_web_version < "v1.3.0" && ( </p>
<> )}
<br /> {chatStore.chatgpt_api_web_version < "v1.3.0" && (
{chatStore.chatgpt_api_web_version} <p className="p-2 my-2 text-center dark:text-white">
<br /> <br />
v1.3.0 {chatStore.chatgpt_api_web_version}
使 <br />
<br /> v1.3.0
使
</> <br />
)}
</p> </p>
)} )}
{showRetry && ( {showRetry && (