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

View File

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

View File

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

View File

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