perf: app type

This commit is contained in:
archer
2023-08-07 12:59:52 +08:00
parent e190ee92e8
commit 2f614ac40d
12 changed files with 66 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ export const defaultHistory: ShareChatHistoryItemType = {
const defaultShareChatData: ShareChatType = {
userAvatar: HUMAN_ICON,
app: {
name: 'AI',
name: '',
avatar: '/icon/logo.png',
intro: ''
},