perf: update placeholder picture.

pull/3445/head
ruibaby 2019-12-19 18:52:23 +08:00
parent 741c4f97cd
commit 37d7391590
7 changed files with 4 additions and 4 deletions

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

View File

@ -24,7 +24,7 @@
<div class="theme-thumb">
<img
:alt="item.name"
:src="item.screenshots"
:src="item.screenshots || '/images/placeholder.jpg'"
loading="lazy"
>
</div>

View File

@ -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

View File

@ -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

View File

@ -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%;"
>