chore: Fix background image URL formatting in Home.vue

This commit is contained in:
Hakadao
2024-04-29 01:06:32 +08:00
parent 2c4e44f213
commit 02a463cc57

View File

@@ -145,7 +145,7 @@ function toggleTabContentLoading(loading: boolean) {
pos="absolute left-0 top-0" w-full h-inherit bg="cover center" z-1
pointer-events-none
:style="{
backgroundImage: `url(${getBewlyImage(settings.searchPageWallpaper)})`,
backgroundImage: `url('${getBewlyImage(settings.searchPageWallpaper)}')`,
backgroundAttachment: settings.searchPageModeWallpaperFixed ? 'fixed' : 'unset',
}"
/>