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

@@ -15,7 +15,7 @@ export const langStore = defineStore(
persistedState: {
persist: true,
storage: localStorage,
key: 'lang',
key: 'STORE-LANGUAGE',
includePaths: ['lang']
}
}