This commit is contained in:
archer
2023-08-14 10:29:52 +08:00
parent d4d9e1fe65
commit c5fd5706a1
21 changed files with 1819 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ const defaultChatData: InitChatResponse = {
appId: '',
app: {
name: 'FastGPT',
avatar: '/icon/logo.png',
avatar: '/icon/logo.svg',
intro: '',
canUse: false
},

View File

@@ -31,7 +31,7 @@ const defaultShareChatData: ShareChatType = {
userAvatar: HUMAN_ICON,
app: {
name: '',
avatar: '/icon/logo.png',
avatar: '/icon/logo.svg',
intro: ''
},
history: defaultHistory