fix show version warning

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

View File

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