Skip to content

Commit

Permalink
主页随即图片
Browse files Browse the repository at this point in the history
  • Loading branch information
opople committed Dec 28, 2023
1 parent c5d1024 commit f9671e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const mouseListener = function (event) {
>
<div
ref="layer"
class="absolute left-0 w-full h-full bg-[url('@/assets/images/home.jpg')] bg-cover bg-center scale-125"
class="absolute left-0 w-full h-full bg-[url('https://picsum.photos/1920/1080')] bg-cover bg-center scale-125"
></div>

<div class="w-80 h-full absolute left-0 top-0 hidden sm:block home-glass" style="backdrop-filter: blur(3px); filter: url(#image5)"></div>
Expand Down

0 comments on commit f9671e6

Please sign in to comment.