1
0
mirror of https://github.com/one-among-us/data.git synced 2025-02-22 22:28:45 +08:00

[R] Convert, compress and corp all images (#311)

This commit is contained in:
Elihuso Quigley 2025-02-06 19:12:42 +08:00 committed by GitHub
commit 0c4cab6371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
609 changed files with 469 additions and 464 deletions

View File

@ -6,7 +6,7 @@
"toast": {
"title": "找到了喵~",
"text": "诶? 找什么喵? ",
"img": "https://data.one-among.us/img/cat-face-emoji-2048x1828.png",
"img": "https://data.one-among.us/img/cat-face-emoji-2048x1828.webp",
"width": 64,
"height": 57
}
@ -18,8 +18,8 @@
"toast": {
"title": "参宿四 ~Betelgeuse~",
"text": "R.I.P. - Be resilient -",
"img": "https://data.one-among.us/img/betelgeuse.png",
"background": "url(https://data.one-among.us/img/stardust.jpg)",
"img": "https://data.one-among.us/img/betelgeuse.webp",
"background": "url(https://data.one-among.us/img/stardust.webp)",
"width": 64,
"height": 64,
"color": "#f0f8ff"
@ -32,8 +32,8 @@
"toast": {
"title": "嘉陵雾稠",
"text": "雾终将散去, 而我们终将看到彩虹",
"img": "https://data.one-among.us/img/bridge.png",
"background": "url(https://data.one-among.us/img/fog.jpg)",
"img": "https://data.one-among.us/img/bridge.webp",
"background": "url(https://data.one-among.us/img/fog.webp)",
"width": 64,
"height": 47
}
@ -45,7 +45,7 @@
"toast": {
"title": "海色",
"text": "拔锚起航, 跨越闪耀泪光的海岸",
"img": "https://data.one-among.us/img/ship.png",
"img": "https://data.one-among.us/img/ship.webp",
"background": "#0b2058ff",
"width": 64,
"height": 64,
@ -60,7 +60,7 @@
"toast": {
"title": "往昔苦难",
"text": "因为妳而存在, 因为妳而不在, 要在啊......",
"img": "https://data.one-among.us/img/lifeline.png",
"img": "https://data.one-among.us/img/lifeline.webp",
"background": "#EEEEEE88",
"width": 64,
"height": 64
@ -74,7 +74,7 @@
"toast": {
"title": "永乐桥上的风景",
"text": "连绵不断的河流,像生命本身一样无法回头……",
"img": "https://data.one-among.us/img/Tientsin-Eye.png",
"img": "https://data.one-among.us/img/Tientsin-Eye.webp",
"width": 64,
"height": 64
}
@ -87,8 +87,8 @@
"toast": {
"title": "葬花",
"text": "花谢花飞花满天, 红消香断有谁怜? ",
"img": "https://data.one-among.us/img/tumb.png",
"background": "url(https://data.one-among.us/img/flower.png)",
"img": "https://data.one-among.us/img/tumb.webp",
"background": "url(https://data.one-among.us/img/flowers.webp)",
"width": 64,
"height": 64
}
@ -117,7 +117,7 @@
"toast": {
"title": "希望有个 All Perfect 的结局",
"text": " ~ All that I'm left with is your reminiscences ~ ",
"img": "https://data.one-among.us/img/musical-score.png",
"img": "https://data.one-among.us/img/musical-score.webp",
"width": 64,
"height": 64
}
@ -129,7 +129,7 @@
"toast": {
"title": "跨过空间与距离",
"text": "­—· · ···­— · ·­—· / ·­—·· ­—­—­— ···­— · ­—·· / ­—·­—­— ­—­—­— ··­— / ··· ­—­—­— / ­—­— ··­— ­—·­—· ····",
"img": "https://data.one-among.us/img/radar.png",
"img": "https://data.one-among.us/img/radar.webp",
"background": "black",
"width": 64,
"height": 64,

View File

@ -1,5 +1,5 @@
id: Acheron
profileUrl: ${path}/photos/profile.png
profileUrl: ${path}/photos/profile.jpg
info:
died: '2022-09-22'
websites:

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -19,7 +19,7 @@ info:
> See you on the train!
> Loving all of you!
<PhotoScroll photos={[ '${path}/photos/photo0.jpg', '${path}/photos/photo1.jpg' ]} />
<PhotoScroll photos={[ '${path}/photos/photo0.webp', '${path}/photos/photo1.webp' ]} />
> You probably have already figured out who I am.
>
@ -62,4 +62,4 @@ is when I have finally succeeded.
Oh, my angel,
see you.
<PhotoScroll photos={[ '${path}/photos/photo2.jpg' ]} />
<PhotoScroll photos={[ '${path}/photos/photo2.webp' ]} />

View File

@ -21,7 +21,7 @@ info:
> 车上再见!
> 我爱你们!
<PhotoScroll photos={[ '${path}/photos/photo0.jpg', '${path}/photos/photo1.jpg' ]} />
<PhotoScroll photos={[ '${path}/photos/photo0.webp', '${path}/photos/photo1.webp' ]} />
> 我觉得妳已经知道我是谁了
>
@ -67,4 +67,4 @@ info:
我的小天使,
回见.
<PhotoScroll photos={[ '${path}/photos/photo2.jpg' ]} />
<PhotoScroll photos={[ '${path}/photos/photo2.webp' ]} />

View File

@ -21,7 +21,7 @@ info:
> 車上再見!
> 我愛妳們!
<PhotoScroll photos={[ '${path}/photos/photo0.jpg', '${path}/photos/photo1.jpg' ]} />
<PhotoScroll photos={[ '${path}/photos/photo0.webp', '${path}/photos/photo1.webp' ]} />
> 我覺得妳已經知道我是誰了
>
@ -67,4 +67,4 @@ info:
我的小天使,
回见.
<PhotoScroll photos={[ '${path}/photos/photo2.jpg' ]} />
<PhotoScroll photos={[ '${path}/photos/photo2.webp' ]} />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -14,7 +14,7 @@ Ani grew up in a single-parent household.
Her selflessness has touched the lives of many.
But in the end, she, who gave others hope, wasn't able to escape death herself.
<PhotoScroll photos={[ '${path}/photos/photo1.jpg', ]} />
<PhotoScroll photos={[ '${path}/photos/photo1.webp', ]} />
> In this cruel and irrational world,
> anything can happen at any time,

View File

@ -13,7 +13,7 @@ info:
Ani来自海南省海口市的一个单亲家庭。
她帮助了很多人,但最终,帮助了很多人逃离死神的她也没能逃过死神。
<PhotoScroll photos={[ '${path}/photos/photo1.jpg', ]} />
<PhotoScroll photos={[ '${path}/photos/photo1.webp', ]} />
> 人间无常
> 但事事突然

View File

@ -13,7 +13,7 @@ info:
Ani來自海南省海口市的一個單親家庭。
她幫助了很多人,但最終,幫助了很多人逃離死神的她也沒能逃過死神。
<PhotoScroll photos={[ '${path}/photos/photo1.jpg', ]} />
<PhotoScroll photos={[ '${path}/photos/photo1.webp', ]} />
> 人間無常
> 但事事突然

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -31,4 +31,4 @@ Let me end with a poem by Yeats, *Haters of the Wind*:
> Although the rushes and the fowl of the air
> Cry of his love with their pitiful cries.
<PhotoScroll photos={["${path}/photos/image0.jpg"]} />
<PhotoScroll photos={["${path}/photos/image0.webp"]} />

View File

@ -31,4 +31,4 @@ Arita对笔者来说是有着许多特殊意义的人也完全可以说
> Although the rushes and the fowl of the air
> Cry of his love with their pitiful cries.
<PhotoScroll photos={["${path}/photos/image0.jpg"]} />
<PhotoScroll photos={["${path}/photos/image0.webp"]} />

View File

@ -31,4 +31,4 @@ Arita對筆者來說是有著許多特殊意義的人也完全可以說
> Although the rushes and the fowl of the air
> Cry of his love with their pitiful cries.
<PhotoScroll photos={["${path}/photos/image0.jpg"]} />
<PhotoScroll photos={["${path}/photos/image0.webp"]} />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 654 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,5 +1,5 @@
id: ArtsEpiphany
profileUrl: ${path}/photos/Arts.png
profileUrl: ${path}/photos/profile.jpg
info:
died: '2023-03-13'
websites:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -58,20 +58,25 @@ But its alright—she will wait for me. In the next life, we will be reunited
> Written by: A Ray of Sunshine for Chinatsu, Her Main Supporter
> With the assistance of Miss EnderCat
<PhotoScroll photos={['${path}/photos/image1.png', '${path}/photos/image2.png']} />
<details>
<summary>Original</summary>
<PhotoScroll photos={['${path}/photos/image1.webp', '${path}/photos/image2.webp']} />
> 她寫給lib一抹陽光的遺書
<PhotoScroll photos={['${path}/photos/image2.jpeg', '${path}/photos/image3.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo2.webp', '${path}/photos/photo3.webp']} />
> 她對lib一抹陽光說『和你在一起的時光是我14年以來最幸福的時候了』
<PhotoScroll photos={['${path}/photos/image4.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo4.webp']} />
> 『感謝末影貓小姐協助我幫助千夏』—lib一抹陽光
<PhotoScroll photos={['${path}/photos/image5.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo5.webp']} />
> 『如果能有下輩子我們一定要在一起』—鈴木千夏、lib一抹陽光
<PhotoScroll photos={['${path}/photos/image6.jpeg', '${path}/photos/image7.jpeg', '${path}/photos/image3.png', '${path} /photos/image4.png']} />
<PhotoScroll photos={['${path}/photos/photo6.webp', '${path}/photos/photo7.webp', '${path}/photos/image3.webp', '${path}/photos/image4.webp']} />
</details>

View File

@ -55,20 +55,20 @@ info:
> lib一抹阳光千夏的朋友主要干预者
> 末影猫:千夏的朋友,协助干预者
<PhotoScroll photos={['${path}/photos/image1.png', '${path}/photos/image2.png']} />
<PhotoScroll photos={['${path}/photos/image1.webp', '${path}/photos/image2.webp']} />
> 她写给lib一抹阳光的遗书
<PhotoScroll photos={['${path}/photos/image2.jpeg', '${path}/photos/image3.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo2.webp', '${path}/photos/photo3.webp']} />
> 她对lib一抹阳光说『和你在一起的时光是我14年以来最幸福的时候了』
<PhotoScroll photos={['${path}/photos/image4.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo4.webp']} />
> 『感谢末影猫小姐协助我帮助千夏』——lib一抹阳光
<PhotoScroll photos={['${path}/photos/image5.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo5.webp']} />
> 『如果能有下辈子我们一定要在一起』——铃木千夏、lib一抹阳光
<PhotoScroll photos={['${path}/photos/image6.jpeg', '${path}/photos/image7.jpeg', '${path}/photos/image3.png', '${path}/photos/image4.png']} />
<PhotoScroll photos={['${path}/photos/photo6.webp', '${path}/photos/photo7.webp', '${path}/photos/image3.webp', '${path}/photos/image4.webp']} />

View File

@ -55,20 +55,20 @@ info:
> lib一抹陽光千夏的朋友主要介入者
> 末影貓:千夏的朋友,協助介入者
<PhotoScroll photos={['${path}/photos/image1.png', '${path}/photos/image2.png']} />
<PhotoScroll photos={['${path}/photos/image1.webp', '${path}/photos/image2.webp']} />
> 她寫給lib一抹陽光的遺書
<PhotoScroll photos={['${path}/photos/image2.jpeg', '${path}/photos/image3.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo2.webp', '${path}/photos/photo3.webp']} />
> 她對lib一抹陽光說『和你在一起的時光是我14年以來最幸福的時候了』
<PhotoScroll photos={['${path}/photos/image4.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo4.webp']} />
> 『感謝末影貓小姐協助我幫助千夏』—lib一抹陽光
<PhotoScroll photos={['${path}/photos/image5.jpeg']} />
<PhotoScroll photos={['${path}/photos/photo5.webp']} />
> 『如果能有下輩子我們一定要在一起』—鈴木千夏、lib一抹陽光
<PhotoScroll photos={['${path}/photos/image6.jpeg', '${path}/photos/image7.jpeg', '${path}/photos/image3.png', '${path} /photos/image4.png']} />
<PhotoScroll photos={['${path}/photos/photo6.webp', '${path}/photos/photo7.webp', '${path}/photos/image3.webp', '${path}/photos/image4.webp']} />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 961 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 771 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -14,14 +14,14 @@ Suigetsu was a gentle girl who was active on radio waves.
She sometimes seemed too obsessed with technology. However, that was also one aspect of her cuteness.
<PhotoScroll photos={[
"${path}/photos/image0.jpg",
"${path}/photos/image1.jpg",
"${path}/photos/image2.jpg"
"${path}/photos/image0.webp",
"${path}/photos/image1.webp",
"${path}/photos/image2.webp"
]} />
> zakozakoCiallo(∠・ω< )⌒★
<PhotoScroll photos={["${path}/photos/image3.png"]} />
<PhotoScroll photos={["${path}/photos/image3.webp"]} />
> Not just taking a break, but truly lazy, no mistake.
>

View File

@ -14,14 +14,14 @@ info:
即使有时会显现对于技术的执着, 但这也是她所可爱的一面呢?
<PhotoScroll photos={[
"${path}/photos/image0.jpg",
"${path}/photos/image1.jpg",
"${path}/photos/image2.jpg"
"${path}/photos/image0.webp",
"${path}/photos/image1.webp",
"${path}/photos/image2.webp"
]} />
> zakozakoCiallo(∠・ω< )⌒★
<PhotoScroll photos={["${path}/photos/image3.png"]} />
<PhotoScroll photos={["${path}/photos/image3.webp"]} />
> 不是犯懒,而是真懒
>

View File

@ -14,14 +14,14 @@ info:
即使有時會顯現對於技術的執著, 但這也是她所可愛的一面呢?
<PhotoScroll photos={[
"${path}/photos/image0.jpg",
"${path}/photos/image1.jpg",
"${path}/photos/image2.jpg"
"${path}/photos/image0.webp",
"${path}/photos/image1.webp",
"${path}/photos/image2.webp"
]} />
> zakozakoCiallo(∠・ω< )⌒★
<PhotoScroll photos={["${path}/photos/image3.png"]} />
<PhotoScroll photos={["${path}/photos/image3.webp"]} />
> 不是犯懶, 而是真懶
>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -60,13 +60,13 @@ Unfortunately, she lost consciousness at 1:25 am on May 14th, 2023 and was taken
> “I could have called 120 ten minutes earlier, but I chose to confirm her status first. I blame myself. I will never forget what she said to me at the end: Im in so much pain, EnderCat, please help me!’” - EnderCat
<PhotoScroll photos={[ '${path}/photos/Photo1.png']} />
<PhotoScroll photos={[ '${path}/photos/Photo1.webp']} />
## Her gallery
> Selected from MoeCats Qzone, all are architectural photos
<PhotoScroll photos={[ '${path}/photos/Photo4.png', '${path}/photos/Photo3.png', '${path}/photos/Photo2.png']} />
<PhotoScroll photos={[ '${path}/photos/Photo4.webp', '${path}/photos/Photo3.webp', '${path}/photos/Photo2.webp']} />
## Other people who appear on this page

View File

@ -40,13 +40,13 @@ info:
> 「我明明能早 10 分钟打 120可是我偏偏在第一时间选择了先确认状态我很自责我永远也忘不了她最后对我说的『我好难受末影猫救我』」——末影猫
<PhotoScroll photos={[ '${path}/photos/Photo1.png']} />
<PhotoScroll photos={[ '${path}/photos/Photo1.webp']} />
## 她的图库
> 选自猫猫的 QQ 空间,全是建筑照。
<PhotoScroll photos={[ '${path}/photos/Photo4.png', '${path}/photos/Photo3.png', '${path}/photos/Photo2.png']} />
<PhotoScroll photos={[ '${path}/photos/Photo4.webp', '${path}/photos/Photo3.webp', '${path}/photos/Photo2.webp']} />
## 页面中出现的其他人

View File

@ -39,13 +39,13 @@ info:
> 「我明明能早 10 分钟打 120可是我偏偏在第一时间选择了先确认状态我很自责我永远也忘不了她最后对我说的『我好难受末影猫救我』」——末影猫
<PhotoScroll photos={[ '${path}/photos/Photo1.png']} />
<PhotoScroll photos={[ '${path}/photos/Photo1.webp']} />
## 她的圖庫
> 選自貓貓的 QQ 空間, 全是建築照。
<PhotoScroll photos={[ '${path}/photos/Photo4.png', '${path}/photos/Photo3.png', '${path}/photos/Photo2.png']} />
<PhotoScroll photos={[ '${path}/photos/Photo4.webp', '${path}/photos/Photo3.webp', '${path}/photos/Photo2.webp']} />
## 頁面中出現的其他人

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 836 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 937 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -22,7 +22,7 @@ In her will, Sakuya wrote:
> My death is unrelated to anyone else; it was purely my personal choice. Please do not hold resentment toward others because of it. Live well for yourselves, with sunshine and happiness."
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
Rest well, Sakuya. May you find happiness and peace. Wishing you a smooth journey to the stars.

View File

@ -15,7 +15,7 @@ info:
>「我的死与任何人无关,这只是我的一个选择,请千万不要为此而仇恨别人。请好好地、阳光地、快乐地生活下去,请为自己好好生活着。」
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
晚安,咲夜,希望你能幸福开心。愿你在往参宿四的道路上一路顺风。

View File

@ -15,7 +15,7 @@ info:
>「我的死與任何人無關,這只是我的一個選擇,請千萬不要為此而仇恨別人。請好好地、陽光地、快樂地生活下去,請為自己好好生活著。」
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
晚安,咲夜,希望你能幸福開心。願你在往參宿四的道路上一路順風。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,5 +1,5 @@
id: Dethelly
profileUrl: ${path}/photos/profile.png
profileUrl: ${path}/photos/profile.jpg
info:
died: '2024-01-23'
websites:

View File

@ -154,7 +154,7 @@ Her mother told A how diligent and excellent she was and how much they loved her
Sugar's father said that Sugar was the brightest star in the sky.
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
However, everything went wrong.

View File

@ -126,7 +126,7 @@ A 向糖的母亲表示如果可以希望将糖作为女儿下葬,但她是[
糖的父亲说,她是天空中最亮的星星。
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
可惜一切都很不巧地错付,如果糖还活着,不知如今会如何呢……?

View File

@ -126,7 +126,7 @@ A 向糖的母親表示如果可以希望將糖作為女兒下葬,但她是[
糖的父親說,她是天空中最亮的星星。
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
可惜一切都很不巧,終究還是謬愛了,如果糖還活著,不知如今會如何呢……?

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

View File

@ -1,5 +1,5 @@
id: Futajuhuacha
profileUrl: ${path}/photos/profile.png
profileUrl: ${path}/photos/profile.jpg
info:
died: '2018-07-11'
# 离世信息公布2018-07-11 0时许

View File

@ -100,7 +100,7 @@ At the end of June, she attempted to take her own life again and was admitted to
After her physical condition improved, she wrote down this little poem:
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
In fact, she still hoped to live.

View File

@ -68,7 +68,7 @@ info:
6 月末,她再度尝试轻生,进了 ICU在情况好转之后她写下了这篇小诗
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
其实她内心仍有活下去的意愿,直到离世前几日,她仍旧寻找着希望,向 Siri 问询着预防自杀的方法。

View File

@ -68,7 +68,7 @@ info:
6 月末,她再度嘗試輕生,進了 ICU在情況好轉之後她寫下了這篇小詩
<PhotoScroll photos={[
'${path}/photos/photo1.jpg',
'${path}/photos/photo1.webp',
]} />
其實她內心仍有活下去的意願,直到離世前幾日,她仍舊尋找著希望,向 Siri 問詢著預防自殺的方法。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Some files were not shown because too many files have changed in this diff Show More