fix: 调整部分问题
This commit is contained in:
@@ -3,7 +3,7 @@ import { ss } from '@/utils/storage'
|
||||
const LOCAL_NAME = 'chatStorage'
|
||||
|
||||
export function defaultState(): Chat.ChatState {
|
||||
const uuid = Date.now()
|
||||
const uuid = 1002
|
||||
return { active: uuid, history: [{ uuid, title: 'New Chat', isEdit: false }], chat: [{ uuid, data: [] }] }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user