[O] Use webp for dogesir_
@ -16,12 +16,12 @@ We believe, as long as she wants, she would be able to draw anything well.
|
||||
Here are some of her drawings before she left:
|
||||
|
||||
<PhotoScroll photos={[
|
||||
'${path}/photos/works1.jpg',
|
||||
'${path}/photos/works2.jpg',
|
||||
'${path}/photos/works3.jpg',
|
||||
'${path}/photos/works4.jpg',
|
||||
'${path}/photos/works5.jpg',
|
||||
'${path}/photos/works6.jpg',
|
||||
'${path}/photos/works1.webp',
|
||||
'${path}/photos/works2.webp',
|
||||
'${path}/photos/works3.webp',
|
||||
'${path}/photos/works4.webp',
|
||||
'${path}/photos/works5.webp',
|
||||
'${path}/photos/works6.webp',
|
||||
]} />
|
||||
|
||||
This is her last self-description:
|
||||
@ -30,7 +30,7 @@ This is her last self-description:
|
||||
|
||||
Now it's never going to change…
|
||||
|
||||
<PhotoScroll photos={[ '${path}/photos/intro.jpg' ]} />
|
||||
<PhotoScroll photos={[ '${path}/photos/intro.webp' ]} />
|
||||
|
||||
English transcript of her self-description above:
|
||||
|
||||
@ -78,7 +78,7 @@ She was also a lover of Minecraft.
|
||||
She had been updating a Minecraft map for a long time on Bilibili
|
||||
Here are some photos she took:
|
||||
|
||||
<PhotoScroll photos={[ '${path}/photos/mc1.jpg', '${path}/photos/mc2.jpg', '${path}/photos/mc3.jpg', '${path}/photos/mc4.jpg', '${path}/photos/mc5.jpg', '${path}/photos/mc6.jpg', '${path}/photos/mc7.jpg', '${path}/photos/mc8.jpg', ]} />
|
||||
<PhotoScroll photos={[ '${path}/photos/mc1.webp', '${path}/photos/mc2.webp', '${path}/photos/mc3.webp', '${path}/photos/mc4.webp', '${path}/photos/mc5.webp', '${path}/photos/mc6.webp', '${path}/photos/mc7.webp', '${path}/photos/mc8.webp', ]} />
|
||||
|
||||
It was not her first attempt to get on *the train*.
|
||||
Before the end, she tried **4** times.
|
||||
@ -88,7 +88,7 @@ She was not alone; another girl was together with her on the way.
|
||||
|
||||
> “You liked that photo (1st picture) I took in a Winter, so you sent me this postcard (2nd picture). Then I'll send you a photo I took in Summer!” —Shou Tui Che
|
||||
|
||||
<PhotoScroll photos={[ '${path}/photos/photo1.jpg', '${path}/photos/works3.jpg', '${path}/photos/photo2.jpg', ]} />
|
||||
<PhotoScroll photos={[ '${path}/photos/photo1.webp', '${path}/photos/works3.webp', '${path}/photos/photo2.webp', ]} />
|
||||
|
||||
We wanted to receive another postcard from her.
|
||||
|
||||
|
@ -14,12 +14,12 @@ info:
|
||||
她也是一位绘画能力极强的姐妹,我们相信,她可以画出任何事物,只要她想画的话。下面是一些她登上银河列车之前的画作。
|
||||
|
||||
<PhotoScroll photos={[
|
||||
'${path}/photos/works1.jpg',
|
||||
'${path}/photos/works2.jpg',
|
||||
'${path}/photos/works3.jpg',
|
||||
'${path}/photos/works4.jpg',
|
||||
'${path}/photos/works5.jpg',
|
||||
'${path}/photos/works6.jpg',
|
||||
'${path}/photos/works1.webp',
|
||||
'${path}/photos/works2.webp',
|
||||
'${path}/photos/works3.webp',
|
||||
'${path}/photos/works4.webp',
|
||||
'${path}/photos/works5.webp',
|
||||
'${path}/photos/works6.webp',
|
||||
]} />
|
||||
|
||||
下面是她最后一个自述图片。
|
||||
@ -28,19 +28,19 @@ info:
|
||||
|
||||
这次……永远也不会换掉了……
|
||||
|
||||
<PhotoScroll photos={[ '${path}/photos/intro.jpg' ]} />
|
||||
<PhotoScroll photos={[ '${path}/photos/intro.webp' ]} />
|
||||
|
||||
她还是一位热爱 Minecraft 的姐妹,她开了一个地图,长期在 [Bilibili](https://space.bilibili.com/2119605209) 上更新,下面是她捕获的一些图片。
|
||||
|
||||
<PhotoScroll photos={[
|
||||
'${path}/photos/mc1.jpg',
|
||||
'${path}/photos/mc2.jpg',
|
||||
'${path}/photos/mc3.jpg',
|
||||
'${path}/photos/mc4.jpg',
|
||||
'${path}/photos/mc5.jpg',
|
||||
'${path}/photos/mc6.jpg',
|
||||
'${path}/photos/mc7.jpg',
|
||||
'${path}/photos/mc8.jpg',
|
||||
'${path}/photos/mc1.webp',
|
||||
'${path}/photos/mc2.webp',
|
||||
'${path}/photos/mc3.webp',
|
||||
'${path}/photos/mc4.webp',
|
||||
'${path}/photos/mc5.webp',
|
||||
'${path}/photos/mc6.webp',
|
||||
'${path}/photos/mc7.webp',
|
||||
'${path}/photos/mc8.webp',
|
||||
]} />
|
||||
|
||||
她并不是第一次尝试登上银河列车就成功了的,在此之前,她尝试了 **4** 次。
|
||||
@ -50,9 +50,9 @@ info:
|
||||
> 你喜欢这张冬天拍的(图一),所以你送了我这个明信片(图二),那我就送你一张夏天拍的(图三)! --手推车
|
||||
|
||||
<PhotoScroll photos={[
|
||||
'${path}/photos/photo1.jpg',
|
||||
'${path}/photos/works3.jpg',
|
||||
'${path}/photos/photo2.jpg',
|
||||
'${path}/photos/photo1.webp',
|
||||
'${path}/photos/works3.webp',
|
||||
'${path}/photos/photo2.webp',
|
||||
]} />
|
||||
|
||||
我们期待能够再收到第二张她手绘的明信片。
|
||||
|
@ -14,12 +14,12 @@ info:
|
||||
她也是一位繪畫能力極強的姐妹,我們相信,她可以畫出任何事物,只要她想畫的話。下面是一些她登上銀河列車之前的畫作。
|
||||
|
||||
<PhotoScroll photos={[
|
||||
'${path}/photos/works1.jpg',
|
||||
'${path}/photos/works2.jpg',
|
||||
'${path}/photos/works3.jpg',
|
||||
'${path}/photos/works4.jpg',
|
||||
'${path}/photos/works5.jpg',
|
||||
'${path}/photos/works6.jpg',
|
||||
'${path}/photos/works1.webp',
|
||||
'${path}/photos/works2.webp',
|
||||
'${path}/photos/works3.webp',
|
||||
'${path}/photos/works4.webp',
|
||||
'${path}/photos/works5.webp',
|
||||
'${path}/photos/works6.webp',
|
||||
]} />
|
||||
|
||||
下面是她最後一個自述圖片。
|
||||
@ -28,19 +28,19 @@ info:
|
||||
|
||||
這次……永遠也不會換掉了……
|
||||
|
||||
<PhotoScroll photos={[ '${path}/photos/intro.jpg' ]} />
|
||||
<PhotoScroll photos={[ '${path}/photos/intro.webp' ]} />
|
||||
|
||||
她還是一位熱愛 Minecraft 的姐妹,她開了一個地圖,長期在 [Bilibili](https://space.bilibili.com/2119605209) 上更新,下面是她捕獲的一些圖片。
|
||||
|
||||
<PhotoScroll photos={[
|
||||
'${path}/photos/mc1.jpg',
|
||||
'${path}/photos/mc2.jpg',
|
||||
'${path}/photos/mc3.jpg',
|
||||
'${path}/photos/mc4.jpg',
|
||||
'${path}/photos/mc5.jpg',
|
||||
'${path}/photos/mc6.jpg',
|
||||
'${path}/photos/mc7.jpg',
|
||||
'${path}/photos/mc8.jpg',
|
||||
'${path}/photos/mc1.webp',
|
||||
'${path}/photos/mc2.webp',
|
||||
'${path}/photos/mc3.webp',
|
||||
'${path}/photos/mc4.webp',
|
||||
'${path}/photos/mc5.webp',
|
||||
'${path}/photos/mc6.webp',
|
||||
'${path}/photos/mc7.webp',
|
||||
'${path}/photos/mc8.webp',
|
||||
]} />
|
||||
|
||||
|
||||
@ -51,9 +51,9 @@ info:
|
||||
> 你喜歡這張冬天拍的(圖一),所以你送了我這個明信片(圖二),那我就送你一張夏天拍的(圖三)! --手推車
|
||||
|
||||
<PhotoScroll photos={[
|
||||
'${path}/photos/photo1.jpg',
|
||||
'${path}/photos/works3.jpg',
|
||||
'${path}/photos/photo2.jpg',
|
||||
'${path}/photos/photo1.webp',
|
||||
'${path}/photos/works3.webp',
|
||||
'${path}/photos/photo2.webp',
|
||||
]} />
|
||||
|
||||
我們期待能夠再收到第二張她手繪的明信片。
|
||||
|
Before Width: | Height: | Size: 169 KiB |
BIN
people/dogesir_/photos/intro.webp
Normal file
After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 329 KiB |
BIN
people/dogesir_/photos/mc1.webp
Normal file
After Width: | Height: | Size: 229 KiB |
Before Width: | Height: | Size: 263 KiB |
BIN
people/dogesir_/photos/mc2.webp
Normal file
After Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 230 KiB |
BIN
people/dogesir_/photos/mc3.webp
Normal file
After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 273 KiB |
BIN
people/dogesir_/photos/mc4.webp
Normal file
After Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 248 KiB |
BIN
people/dogesir_/photos/mc5.webp
Normal file
After Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 347 KiB |
BIN
people/dogesir_/photos/mc6.webp
Normal file
After Width: | Height: | Size: 239 KiB |
Before Width: | Height: | Size: 177 KiB |
BIN
people/dogesir_/photos/mc7.webp
Normal file
After Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 135 KiB |
BIN
people/dogesir_/photos/mc8.webp
Normal file
After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 419 KiB |
BIN
people/dogesir_/photos/photo1.webp
Normal file
After Width: | Height: | Size: 241 KiB |
Before Width: | Height: | Size: 608 KiB |
BIN
people/dogesir_/photos/photo2.webp
Normal file
After Width: | Height: | Size: 402 KiB |
Before Width: | Height: | Size: 290 KiB |
BIN
people/dogesir_/photos/works1.webp
Normal file
After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 467 KiB |
BIN
people/dogesir_/photos/works2.webp
Normal file
After Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 390 KiB |
BIN
people/dogesir_/photos/works3.webp
Normal file
After Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 28 KiB |
BIN
people/dogesir_/photos/works4.webp
Normal file
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 180 KiB |
BIN
people/dogesir_/photos/works5.webp
Normal file
After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 123 KiB |
BIN
people/dogesir_/photos/works6.webp
Normal file
After Width: | Height: | Size: 63 KiB |