临时存储当前选择的tab索引

This commit is contained in:
IndieKKY
2023-05-20 09:13:55 +08:00
parent 5656beceb2
commit d9d905facb
9 changed files with 52 additions and 19 deletions

4
src/typings.d.ts vendored
View File

@@ -16,6 +16,10 @@ interface EnvData {
fontSize?: 'normal' | 'large'
}
interface TempData {
curSummaryType: SummaryType
}
interface TaskDef {
type: 'chatComplete'
serverUrl?: string