feat: openapi page

This commit is contained in:
archer
2023-04-07 22:48:21 +08:00
parent 43f8d6008f
commit 22cc9c85be
24 changed files with 190 additions and 94 deletions

View File

@@ -519,11 +519,11 @@ const Chat = ({ chatId }: { chatId: string }) => {
onClick={sendPrompt}
>
{isChatting ? (
<Image
<Icon
style={{ transform: 'translateY(4px)' }}
src={'/icon/chatting.svg'}
fill
alt={''}
h={'30px'}
w={'30px'}
name={'chatting'}
/>
) : (
<Icon