更新app下载版本倒1.1.3
This commit is contained in:
parent
31b0b2c1bf
commit
0690f921ab
|
@ -60,7 +60,7 @@ export default function Home() {
|
||||||
{deviceType === "pc" && (
|
{deviceType === "pc" && (
|
||||||
<div className="flex flex-row gap-20">
|
<div className="flex flex-row gap-20">
|
||||||
<a
|
<a
|
||||||
href="https://file.tiefen.fun/appdownload/ironfans1.1.1.apk"
|
href="https://file.tiefen.fun/appdownload/ironfans1.1.3.apk"
|
||||||
className="group relative cursor-pointer w-20 h-20 rounded-full bg-[#FFFFFF1A]"
|
className="group relative cursor-pointer w-20 h-20 rounded-full bg-[#FFFFFF1A]"
|
||||||
>
|
>
|
||||||
<p className="group-hover:opacity-100 opacity-0 transition-all duration-300 absolute flex w-full h-full items-center justify-center text-white text-xs">
|
<p className="group-hover:opacity-100 opacity-0 transition-all duration-300 absolute flex w-full h-full items-center justify-center text-white text-xs">
|
||||||
|
@ -109,8 +109,8 @@ export default function Home() {
|
||||||
className="btn bg-gradient-to-r from-[#FF668B] to-[#FF66F0] 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"
|
||||||
href={
|
href={
|
||||||
deviceType === "ios"
|
deviceType === "ios"
|
||||||
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F990790285027966976%3F1704100423"
|
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F990790285027966976%3F1704382439"
|
||||||
: "https://file.tiefen.fun/appdownload/ironfans1.1.1.apk"
|
: "https://file.tiefen.fun/appdownload/ironfans1.1.3.apk"
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
安装
|
安装
|
||||||
|
|
Loading…
Reference in New Issue