桌面网站支持点ios跳转下载

This commit is contained in:
yezian 2024-06-04 20:34:23 +08:00
parent a470ad980e
commit 60c7fe723c
1 changed files with 6 additions and 3 deletions

View File

@ -104,9 +104,12 @@ export default function Home() {
<p className="text-white text-xs ">Android</p> <p className="text-white text-xs ">Android</p>
</div> </div>
</a> </a>
<div className="group relative cursor-pointer w-20 h-20 rounded-full bg-[#FFFFFF1A]"> <a
href="itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
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 text-center p-3 absolute flex w-full h-full items-center justify-center text-white text-xs"> <p className="group-hover:opacity-100 opacity-0 transition-all duration-300 text-center p-3 absolute flex w-full h-full items-center justify-center text-white text-xs">
扫描下方二维码 立即安装
</p> </p>
<div className="group-hover:opacity-0 opacity-100 transition-all duration-300 flex flex-col w-full h-full items-center justify-center"> <div className="group-hover:opacity-0 opacity-100 transition-all duration-300 flex flex-col w-full h-full items-center justify-center">
<svg viewBox="0 0 1024 1024" width="32" height="32"> <svg viewBox="0 0 1024 1024" width="32" height="32">
@ -121,7 +124,7 @@ export default function Home() {
</svg> </svg>
<p className="text-white text-xs ">ios</p> <p className="text-white text-xs ">ios</p>
</div> </div>
</div> </a>
</div> </div>
)} )}
<div className="flex flex-col justify-center items-center"> <div className="flex flex-col justify-center items-center">