feat: add login background darken factor

This commit is contained in:
Esing
2026-05-12 22:12:02 +08:00
parent edba6b80d3
commit 22c35119c0
8 changed files with 65 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ export const useSettingStore = defineStore('setting', {
settings: {
r2Domain: '',
loginOpacity: 1.00,
loginDarkenFactor: 0,
},
lang: '',
}),