更新安卓安装包版本
This commit is contained in:
parent
60c7fe723c
commit
a8fee5b7b5
|
@ -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.4.5.apk"
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.4.6.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"
|
||||
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.5.apk"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.6.apk"
|
||||
}
|
||||
>
|
||||
安装
|
||||
|
|
|
@ -88,7 +88,7 @@ export default function Home() {
|
|||
{deviceType === "pc" && (
|
||||
<div className="flex flex-row gap-20">
|
||||
<a
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.4.5.apk"
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.4.6.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">
|
||||
|
@ -141,7 +141,7 @@ export default function Home() {
|
|||
const url =
|
||||
deviceType === "ios"
|
||||
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.5.apk";
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.6.apk";
|
||||
window.location.href = url;
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue