From ed6002416779ea9e0edede22e819bfd80b6df126 Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 23 Sep 2024 13:32:27 +0800 Subject: [PATCH] =?UTF-8?q?ios=E6=9A=82=E6=97=B6=E4=B8=8B=E6=8E=89?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/page.jsx b/app/page.jsx index ddbf6e2..53e2001 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -155,7 +155,7 @@ export default function Home() { )}
- {deviceType !== "pc" && ( + {deviceType === "Android" && (
{ @@ -175,7 +175,7 @@ export default function Home() { )} {deviceType === "ios" && (
{ const inviter = getCookie("inviter"); const url = `https://app.tiefen.fun?inviter=${inviter}`;