debug
This commit is contained in:
parent
cdfe530d5d
commit
8b06448b95
24
app/page.jsx
24
app/page.jsx
|
@ -135,20 +135,16 @@ export default function Home() {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
{deviceType !== "pc" && (
|
<a
|
||||||
<>
|
className="btn bg-gradient-to-r from-[#FF668B] to-[#FF66F0] rounded-full text-white text-lg font-medium w-64 h-14"
|
||||||
<a
|
href={
|
||||||
className="btn bg-gradient-to-r from-[#FF668B] to-[#FF66F0] rounded-full text-white text-lg font-medium w-64 h-14"
|
deviceType === "ios"
|
||||||
href={
|
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
|
||||||
deviceType === "ios"
|
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.5.apk"
|
||||||
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
|
}
|
||||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.5.apk"
|
>
|
||||||
}
|
安装
|
||||||
>
|
</a>
|
||||||
安装
|
|
||||||
</a>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
{deviceType !== "Android" && (
|
{deviceType !== "Android" && (
|
||||||
<p className="mt-3 text-white text-sm font-normal">
|
<p className="mt-3 text-white text-sm font-normal">
|
||||||
安装前请卸载旧版本,详情请
|
安装前请卸载旧版本,详情请
|
||||||
|
|
Loading…
Reference in New Issue