增加页面切换状态保存

This commit is contained in:
2026-05-09 10:20:36 +08:00
parent 706940bf93
commit e9a29d6006
6 changed files with 358 additions and 12 deletions
+2 -1
View File
@@ -84,6 +84,7 @@ export interface ExtendedPreset {
folderId?: string;
createdAt: string;
updatedAt: string;
sortOrder?: number;
isPublic?: boolean;
author?: string;
isFavorite?: boolean;
@@ -109,4 +110,4 @@ export interface PresetManagement {
autoBackup: boolean;
maxPresets: number;
};
}
}