更好的提示

This commit is contained in:
2023-03-26 00:09:37 +08:00
parent 6b4cbd62ac
commit 700c424d64

View File

@@ -190,6 +190,12 @@ export default function ChatBOX(props: {
{chatStore.history.length === 0 && (
<p className="opacity-60 p-6 rounded bg-white my-3 text-left dark:text-black">
<br />
<br />
NEW
<br />
</p>
)}
{chatStore.history.map((_, messageIndex) => (