add image blur detection and background management pages

This commit is contained in:
2025-03-12 16:12:19 +08:00
parent a20ea6c76b
commit 9e6dd55087
60 changed files with 6647 additions and 650 deletions

View File

@@ -170,7 +170,7 @@ export const useAuthStore = defineStore(
persistedState: {
persist: true,
storage: localStorage,
key: 'user',
key: 'STORE-USER',
includePaths: ['user', 'token', "clientId"]
}
}