mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-27 00:33:52 +00:00
feat: 优化侧边会话
This commit is contained in:
@@ -12,7 +12,7 @@ const collapsed = ref(appStore.siderCollapsed ?? false)
|
||||
|
||||
function handleAdd() {
|
||||
historyStore.addHistory({
|
||||
title: '',
|
||||
title: 'New Chat',
|
||||
isEdit: false,
|
||||
data: [],
|
||||
})
|
||||
|
Reference in New Issue
Block a user