Merge pull request '更换ios下载链接' (#62) from feat-20240218 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/62
This commit is contained in:
yezian 2024-02-21 12:50:28 +08:00
commit ea95713ba4
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ 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" 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%2F991989474491629568%3F1707054259" ? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1708490944"
: "https://file.tiefen.fun/appdownload/ironfans1.2.3.apk" : "https://file.tiefen.fun/appdownload/ironfans1.2.3.apk"
} }
> >

View File

@ -110,7 +110,7 @@ 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%2F991989474491629568%3F1707054259" ? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1708490944"
: "https://file.tiefen.fun/appdownload/ironfans1.2.3.apk" : "https://file.tiefen.fun/appdownload/ironfans1.2.3.apk"
} }
> >