feat: persistent save tab, fix #359

This commit is contained in:
Vben
2021-04-10 21:18:35 +08:00
parent 2037293aa3
commit 967b28c4c0
12 changed files with 335 additions and 378 deletions

1
types/config.d.ts vendored
View File

@@ -33,6 +33,7 @@ export interface MenuSetting {
}
export interface MultiTabsSetting {
cache: boolean;
show: boolean;
showQuick: boolean;
canDrag: boolean;