保存下载类型选择

This commit is contained in:
IndieKKY
2024-01-20 10:21:27 +08:00
parent 8098d7cf9b
commit f01e175b4e
3 changed files with 6 additions and 8 deletions

1
src/typings.d.ts vendored
View File

@@ -27,6 +27,7 @@ interface EnvData {
interface TempData {
curSummaryType: SummaryType
downloadType?: string
compact?: boolean // 是否紧凑视图
}