更改ios下载链接为appstore,删除ios安装教程

This commit is contained in:
yezian 2024-04-16 23:17:22 +08:00
parent 1dcdf989b3
commit d16b358263
2 changed files with 2 additions and 24 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%3F1711165532" ? "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.2.7.apk"
} }
> >
@ -168,17 +168,6 @@ export default function Download({ params }) {
</a> </a>
</> </>
)} )}
{deviceType !== "Android" && (
<p className="mt-3 text-white text-sm font-normal">
安装遇到困难
<Link
className="link text-primary cursor-pointer"
href="/doc/ioshowtoinstall"
>
查看帮助
</Link>
</p>
)}
</div> </div>
<div className="flex flex-row items-center bg-[#13121F] w-full fixed bottom-0 left-0 rounded-t-2xl p-4"> <div className="flex flex-row items-center bg-[#13121F] w-full fixed bottom-0 left-0 rounded-t-2xl p-4">
<div className="w-12 h-12 rounded-full overflow-hidden"> <div className="w-12 h-12 rounded-full overflow-hidden">

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%3F1711165532" ? "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.2.7.apk"
} }
> >
@ -118,17 +118,6 @@ export default function Home() {
</a> </a>
</> </>
)} )}
{deviceType !== "Android" && (
<p className="mt-3 text-white text-sm font-normal">
安装前请卸载旧版本详情请
<Link
className="link text-primary cursor-pointer"
href="/doc/ioshowtoinstall"
>
查看帮助
</Link>
</p>
)}
</div> </div>
</div> </div>
<Footer /> <Footer />