From ed1284e979c3ca6db490d4034bfc6f988528d43c Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 18 Aug 2024 15:41:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=8A=A4=ED=84=B0=EC=97=90=EA=B7=B8?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20=ED=94=84=EB=A1=9C=EC=A0=9D?= =?UTF-8?q?=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lockb | Bin 374588 -> 374588 bytes src/App.tsx | 9 +++++++-- src/assets/._react.svg | Bin 4096 -> 0 bytes src/pages/Root.tsx | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 src/assets/._react.svg diff --git a/bun.lockb b/bun.lockb index d65219a0b2e152c7e1e3ceddafeaf5b0395f3603..356c4b78ab9b4f9c76ed6bb1b0cd07c63b338b7f 100755 GIT binary patch delta 38 ucmdn9bj{N&^4|Yz&S7 diff --git a/src/App.tsx b/src/App.tsx index 27bd5b9..24a340b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,12 @@ function App() { } if (keySequence.join('') === targetSequence) { console.log('Furry sequence detected!'); - document.location.href = 'https://ny64.kr?from=imnyang_root_page'; + const random = Math.random(); + if (random < 0.1) { + document.location.href = 'https://wh64.net?from=imnyang_root_page'; + } else { + document.location.href = 'https://ny64.kr?from=imnyang_root_page'; + } } }; @@ -29,7 +34,7 @@ function App() { document.removeEventListener('keydown', handleKeyDown); }; }, []); - + return ( <> diff --git a/src/assets/._react.svg b/src/assets/._react.svg deleted file mode 100644 index d89c57637c4cf19a0de510c00c0f084f8a4160b7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4096 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3Cj$e65d#C?1_lNYpYIU^1EU-RLEsn?62#b| zZNb0*(!nr;fq{V=O%o#n158{rIX_n~v7jI)Rj;5ZzbrK`F)ullfsu(Jy>9BfQ}ev` zqG=uFj)uT!2#kinXb6mkz-S1JhQMeDjE2By2#kinXb6mk0QL|7bv8j5EGrk1ky)%z zlv
🥕 isangjeong.today + 💊 FakeAlyac