feat: add setting to fix wallpaper in search page mode

This commit is contained in:
Hakadao
2023-10-16 18:38:45 +08:00
parent 12e623eae0
commit d0c1bfacdf
8 changed files with 12 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ onUnmounted(() => {
pos="absolute left-0 top-0" w-full h-580px mb--580px bg="cover center" z-1
:style="{
backgroundImage: `url(${settings.searchPageWallpaper})`,
backgroundAttachment: settings.searchPageModeWallpaperFixed ? 'fixed' : 'unset'
}"
/>
<!-- background mask -->