feat: 优化侧边会话

This commit is contained in:
ChenZhaoYu
2023-02-14 16:21:41 +08:00
parent cf8e2dd7b6
commit d2ae2c4f54
3 changed files with 11 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ const collapsed = ref(appStore.siderCollapsed ?? false)
function handleAdd() {
historyStore.addHistory({
title: '',
title: 'New Chat',
isEdit: false,
data: [],
})