revert revert 0793a40af1

revert revert 2217e801fe

revert revert fed9ad22de

revert revert 205a5ae5a0

revert revert a85315c7a7

revert ios去掉安装按钮
This commit is contained in:
yezian 2024-10-04 15:56:49 +08:00
parent 882f95f134
commit 7a23e9eb13
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ export default function Home() {
)}
</div>
<div className="flex flex-col items-center gap-2">
{deviceType !== "pc" && (
{deviceType === "Android" && (
<div
className="btn bg-gradient-to-r from-[#FF668B] to-[#FF66F0] rounded-full text-white text-lg font-medium w-64 h-14"
onClick={() => {
@ -175,7 +175,7 @@ export default function Home() {
)}
{deviceType === "ios" && (
<div
className="btn bg-[#FFFFFF1A] rounded-full text-white text-lg font-medium w-64 h-14"
className="btn bg-gradient-to-r from-[#FF668B] to-[#FF66F0] rounded-full text-white text-lg font-medium w-64 h-14"
onClick={() => {
const inviter = getCookie("inviter");
const url = `https://app.tiefen.fun?inviter=${inviter}`;