更新应用下载链接
This commit is contained in:
parent
b988829bb7
commit
a7196256f5
|
@ -114,7 +114,7 @@ export default function Download({ params }) {
|
|||
{deviceType === "pc" && (
|
||||
<div className="flex flex-row gap-20">
|
||||
<a
|
||||
href="https://file.tiefen.fun/appdownload/ironfans1.2.1.apk"
|
||||
href="https://file.tiefen.fun/appdownload/ironfans1.2.2.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">
|
||||
|
@ -164,8 +164,8 @@ export default function Download({ params }) {
|
|||
className="btn bg-gradient-to-r from-[#FF668B] to-[#FF66F0] rounded-full text-white text-lg font-medium w-64 h-14"
|
||||
href={
|
||||
deviceType === "ios"
|
||||
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1704878022"
|
||||
: "https://file.tiefen.fun/appdownload/ironfans1.2.1.apk"
|
||||
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1707054259"
|
||||
: "https://file.tiefen.fun/appdownload/ironfans1.2.2.apk"
|
||||
}
|
||||
>
|
||||
安装
|
||||
|
|
|
@ -61,7 +61,7 @@ export default function Home() {
|
|||
{deviceType === "pc" && (
|
||||
<div className="flex flex-row gap-20">
|
||||
<a
|
||||
href="https://file.tiefen.fun/appdownload/ironfans1.2.1.apk"
|
||||
href="https://file.tiefen.fun/appdownload/ironfans1.2.2.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">
|
||||
|
@ -110,8 +110,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"
|
||||
href={
|
||||
deviceType === "ios"
|
||||
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1704878022"
|
||||
: "https://file.tiefen.fun/appdownload/ironfans1.2.1.apk"
|
||||
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1707054259"
|
||||
: "https://file.tiefen.fun/appdownload/ironfans1.2.2.apk"
|
||||
}
|
||||
>
|
||||
安装
|
||||
|
|
Loading…
Reference in New Issue