perf: 记录上下文设定保存到本地
This commit is contained in:
1
src/typings/chat.d.ts
vendored
1
src/typings/chat.d.ts
vendored
@@ -18,6 +18,7 @@ declare namespace Chat {
|
||||
|
||||
interface ChatState {
|
||||
active: number | null
|
||||
usingContext: boolean;
|
||||
history: History[]
|
||||
chat: { uuid: number; data: Chat[] }[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user