refactor: rename autoRefresh to reloadAfterClean for clarity and consistency across components

This commit is contained in:
雨霖铃
2026-05-23 10:02:02 +08:00
parent 3adfe95234
commit a0e6871b16
5 changed files with 54 additions and 59 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export interface FieldTypePreferences {
*/
export interface StorageCleanerPreferences {
/** 是否在清理后自动刷新页面 */
autoRefresh: boolean;
reloadAfterClean: boolean;
/** 默认勾选的清理类型 */
selectedTypes: StorageCleanerOptions;
}