style: apply vsh lint formatting (#7923)
This commit is contained in:
@@ -43,7 +43,7 @@ class PreferenceManager {
|
||||
this.cache = new StorageManager();
|
||||
// 构造函数不再同步读取缓存,使用默认值初始化
|
||||
// 真正的缓存加载在 initPreferences 中完成(已经是 async)
|
||||
this.state = reactive<Preferences>({...defaultPreferences});
|
||||
this.state = reactive<Preferences>({ ...defaultPreferences });
|
||||
this.debouncedSave = useDebounceFn(() => this.saveToCache(), 150);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user