更新安卓下载链接
This commit is contained in:
parent
f82ca11e6e
commit
ec84080a3b
|
@ -110,7 +110,7 @@ export default function Download({ params }) {
|
|||
{deviceType === "pc" && (
|
||||
<div className="flex flex-row gap-20">
|
||||
<a
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.2.7.apk"
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.4.1.apk"
|
||||
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">
|
||||
|
@ -161,7 +161,7 @@ export default function Download({ params }) {
|
|||
href={
|
||||
deviceType === "ios"
|
||||
? "https://apps.apple.com/app/%E9%93%81%E7%B2%89%E7%A9%BA%E9%97%B4/id6472775330"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.2.7.apk"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.1.apk"
|
||||
}
|
||||
>
|
||||
安装
|
||||
|
|
|
@ -61,7 +61,7 @@ export default function Home() {
|
|||
{deviceType === "pc" && (
|
||||
<div className="flex flex-row gap-20">
|
||||
<a
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.2.7.apk"
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.4.1.apk"
|
||||
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">
|
||||
|
@ -111,7 +111,7 @@ export default function Home() {
|
|||
href={
|
||||
deviceType === "ios"
|
||||
? "https://apps.apple.com/app/%E9%93%81%E7%B2%89%E7%A9%BA%E9%97%B4/id6472775330"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.2.7.apk"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.1.apk"
|
||||
}
|
||||
>
|
||||
安装
|
||||
|
|
Loading…
Reference in New Issue