feat: Preferences support clearing the cache and logging out

This commit is contained in:
vben
2024-07-06 14:41:18 +08:00
parent 37a4f971c8
commit 1425f1d11d
9 changed files with 265 additions and 231 deletions

View File

@@ -17,7 +17,11 @@ const updatePreferences =
const resetPreferences =
preferencesManager.resetPreferences.bind(preferencesManager);
const clearPreferencesCache =
preferencesManager.clearCache.bind(preferencesManager);
export {
clearPreferencesCache,
// flatPreferences,
preferences,
preferencesManager,