revert revert 3fd959ecff

revert revert 6a507b39ee

revert ios暂时禁止下载
This commit is contained in:
yezian 2024-06-28 11:37:27 +08:00
parent 48629108e0
commit 00dd2c68e9
1 changed files with 1 additions and 8 deletions

View File

@ -4,7 +4,6 @@ import React, { useState, useEffect } from "react";
import InOtherApp from "@/components/InOtherApp";
import Footer from "@/components/Footer";
import Link from "next/link";
import { Toast } from "antd-mobile";
export default function Home() {
const [deviceType, setDeviceType] = useState("");
@ -158,13 +157,7 @@ export default function Home() {
deviceType === "ios"
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.6.apk";
if (deviceType !== "ios") {
window.location.href = url;
return;
}
Toast.show({
content: "IOS用户暂时无法安装请24小时后再试",
});
window.location.href = url;
}}
>
安装