perf: 记录上下文设定保存到本地

This commit is contained in:
ChenZhaoYu
2023-03-17 08:40:45 +08:00
parent 0b13846861
commit b3cfe7a976
6 changed files with 20 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ declare namespace Chat {
interface ChatState {
active: number | null
usingContext: boolean;
history: History[]
chat: { uuid: number; data: Chat[] }[]
}