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">
|
<div class="theme-thumb">
|
||||||
<img
|
<img
|
||||||
:alt="item.name"
|
:alt="item.name"
|
||||||
:src="item.screenshots"
|
:src="item.screenshots || '/images/placeholder.jpg'"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -156,7 +156,7 @@
|
||||||
<div class="post-thumb">
|
<div class="post-thumb">
|
||||||
<img
|
<img
|
||||||
class="img"
|
class="img"
|
||||||
:src="selectedPost.thumbnail || '/images/placeholder.png'"
|
:src="selectedPost.thumbnail || '/images/placeholder.jpg'"
|
||||||
@click="()=>this.thumbDrawerVisible=true"
|
@click="()=>this.thumbDrawerVisible=true"
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<div class="sheet-thumb">
|
<div class="sheet-thumb">
|
||||||
<img
|
<img
|
||||||
class="img"
|
class="img"
|
||||||
:src="selectedSheet.thumbnail || '/images/placeholder.png'"
|
:src="selectedSheet.thumbnail || '/images/placeholder.jpg'"
|
||||||
@click="()=>this.thumbDrawerVisible = true"
|
@click="()=>this.thumbDrawerVisible = true"
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
>
|
>
|
||||||
<div class="photo-detail-img">
|
<div class="photo-detail-img">
|
||||||
<img
|
<img
|
||||||
:src="photo.url || '/images/placeholder.png'"
|
:src="photo.url || '/images/placeholder.jpg'"
|
||||||
@click="showThumbDrawer"
|
@click="showThumbDrawer"
|
||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue