From e7f284693e922d2862417d866bcce10260102dec Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Fri, 2 Apr 2021 14:48:38 +0800 Subject: [PATCH] Remove april mop :) --- src/locales/en.json | 9 ------ src/locales/id.json | 9 ------ src/routes/_layout.svelte | 2 +- src/routes/giveaway.svelte | 9 ------ src/routes/wish/_giveaway.svelte | 52 -------------------------------- src/routes/wish/_summary.svelte | 25 ++------------- 6 files changed, 3 insertions(+), 103 deletions(-) delete mode 100644 src/routes/giveaway.svelte delete mode 100644 src/routes/wish/_giveaway.svelte diff --git a/src/locales/en.json b/src/locales/en.json index a4d6a3f3..7a923f60 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -394,14 +394,5 @@ "download": "Download Both Data", "lastModified": "Last modified", "or": "OR" - }, - "giveaway": { - "title": "🎉 We are doing our 1st Primogem Giveaway!", - "message": "Paimon.moe will be giving away 6400 Primogems to 4 lucky winners! To enter, submit your UID below. Winner will be announced on Discord at 4 April 19:00 GMT+8 (the last day of Venti banner)! So make sure to join our Discord!", - "submit": "Enter Giveaway", - "invalidUID1": "Invalid UID! Please check it again", - "invalidUID2": "Invalid UID! Need help finding your uid?", - "click": "Click here", - "aprilfools": "April Fools 😂! Hey but seriously be careful when joining a giveaway! If this is a real scam, you can get hacked! Don't enter your username, email, or even password on an unknown website. Usually, if it's too good to be true, you need to research it first! That's all from me, be careful and have fun!" } } \ No newline at end of file diff --git a/src/locales/id.json b/src/locales/id.json index b6bc5dba..b311563d 100644 --- a/src/locales/id.json +++ b/src/locales/id.json @@ -394,14 +394,5 @@ "download": "Download Kedua Data", "lastModified": "Terakhir dimodifikasi", "or": "ATAU" - }, - "giveaway": { - "title": "🎉 Giveaway Primogem Pertama Paimon.moe!", - "message": "Paimon.moe akan memberikan 6400 Primogem ke 4 orang yang beruntung! Untuk bergabung, masukkan UID mu dibawah. Pemenang akan diumumkan di Discord tanggal 4 April 19:00 GMT+8 (hari terakhir banner Venti)! Jadi pastikan udah join Discord nya ya!", - "submit": "Enter Giveaway", - "invalidUID1": "UID Salah! Coba cek kembali", - "invalidUID2": "UID Salah! Perlu bantuan menemukan uid mu?", - "click": "Klik disini", - "aprilfools": "April Fools 😂! Hey tapi hati-hati saat ada giveaway atau apapun itu yang perlu memasukkan username atau password! Kalau ini penipuan beneran, akun mu bisa dibajak! Jangan memasukkan username, email, atau password di website yang belum dikenal. Biasanya jika terlalu bagus untuk menjadi kenyataan, kamu harus cari tau terlebih dahulu, apakah beneran atau tipu-tipu! Itu saja dari saya, be careful and have fun!" } } \ No newline at end of file diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index e84e8da5..4dd922d3 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -58,7 +58,7 @@ {/if}

- Paimon.moe is not affiliated with miHoYo.
+ Paimon.moe is not affiliated with miHoYo.
Genshin Impact, game content and materials are trademarks and copyrights of miHoYo.

diff --git a/src/routes/giveaway.svelte b/src/routes/giveaway.svelte deleted file mode 100644 index 174f179a..00000000 --- a/src/routes/giveaway.svelte +++ /dev/null @@ -1,9 +0,0 @@ - - -
Giveaway
diff --git a/src/routes/wish/_giveaway.svelte b/src/routes/wish/_giveaway.svelte deleted file mode 100644 index 3f492894..00000000 --- a/src/routes/wish/_giveaway.svelte +++ /dev/null @@ -1,52 +0,0 @@ - - -
-

{$t('giveaway.title')}

-

{$t('giveaway.message')}

-
- - -
- {#if inputCount > 1} -

- {$t('giveaway.invalidUID2')} - - {$t('giveaway.click')} - -

- {:else if inputCount > 0} -

{$t('giveaway.invalidUID1')}

- {/if} - {#if showMessage} -

{$t('giveaway.aprilfools')}

- {/if} -
diff --git a/src/routes/wish/_summary.svelte b/src/routes/wish/_summary.svelte index c23e7ae3..484f24cb 100644 --- a/src/routes/wish/_summary.svelte +++ b/src/routes/wish/_summary.svelte @@ -1,7 +1,7 @@ {#if !loading} @@ -181,12 +167,5 @@ {$t('wish.globalWishTally')} -
- {$t('giveaway.title')} primogem -
{/if}