Merge pull request '更改ios下载链接为appstore,删除ios安装教程' (#76) from ios into main
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/76
This commit is contained in:
commit
bcb3547aa6
|
@ -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">
|
||||||
|
|
13
app/page.jsx
13
app/page.jsx
|
@ -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 />
|
||||||
|
|
Loading…
Reference in New Issue