mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
feat: 图片地址
This commit is contained in:
@@ -300,12 +300,8 @@ const Chat = () => {
|
||||
<Flex maxW={'800px'} m={'auto'} alignItems={'flex-start'}>
|
||||
<Box mr={media(4, 1)}>
|
||||
<Image
|
||||
src={
|
||||
item.obj === 'Human'
|
||||
? 'https://docgpt-1301319986.cos.ap-shanghai.myqcloud.com/icon/human.png'
|
||||
: 'https://docgpt-1301319986.cos.ap-shanghai.myqcloud.com/icon/logo.png'
|
||||
}
|
||||
alt="https://docgpt-1301319986.cos.ap-shanghai.myqcloud.com/icon/logo.png"
|
||||
src={item.obj === 'Human' ? '/icon/human.png' : '/icon/logo.png'}
|
||||
alt="/icon/logo.png"
|
||||
width={30}
|
||||
height={30}
|
||||
/>
|
||||
@@ -394,7 +390,7 @@ const Chat = () => {
|
||||
{isChatting ? (
|
||||
<Image
|
||||
style={{ transform: 'translateY(4px)' }}
|
||||
src={'https://docgpt-1301319986.cos.ap-shanghai.myqcloud.com/icon/chatting.svg'}
|
||||
src={'/icon/chatting.svg'}
|
||||
width={30}
|
||||
height={30}
|
||||
alt={''}
|
||||
|
Reference in New Issue
Block a user