mirror of https://github.com/halo-dev/halo
perf: update placeholder picture.
parent
741c4f97cd
commit
37d7391590
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
|
@ -24,7 +24,7 @@
|
|||
<div class="theme-thumb">
|
||||
<img
|
||||
:alt="item.name"
|
||||
:src="item.screenshots"
|
||||
:src="item.screenshots || '/images/placeholder.jpg'"
|
||||
loading="lazy"
|
||||
>
|
||||
</div>
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
<div class="post-thumb">
|
||||
<img
|
||||
class="img"
|
||||
:src="selectedPost.thumbnail || '/images/placeholder.png'"
|
||||
:src="selectedPost.thumbnail || '/images/placeholder.jpg'"
|
||||
@click="()=>this.thumbDrawerVisible=true"
|
||||
>
|
||||
<a-button
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
<div class="sheet-thumb">
|
||||
<img
|
||||
class="img"
|
||||
:src="selectedSheet.thumbnail || '/images/placeholder.png'"
|
||||
:src="selectedSheet.thumbnail || '/images/placeholder.jpg'"
|
||||
@click="()=>this.thumbDrawerVisible = true"
|
||||
>
|
||||
<a-button
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
>
|
||||
<div class="photo-detail-img">
|
||||
<img
|
||||
:src="photo.url || '/images/placeholder.png'"
|
||||
:src="photo.url || '/images/placeholder.jpg'"
|
||||
@click="showThumbDrawer"
|
||||
style="width: 100%;"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue