桌面网站支持点ios跳转下载
This commit is contained in:
parent
a470ad980e
commit
60c7fe723c
|
@ -104,9 +104,12 @@ export default function Home() {
|
|||
<p className="text-white text-xs ">Android</p>
|
||||
</div>
|
||||
</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>
|
||||
<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">
|
||||
|
@ -121,7 +124,7 @@ export default function Home() {
|
|||
</svg>
|
||||
<p className="text-white text-xs ">ios</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
)}
|
||||
<div className="flex flex-col justify-center items-center">
|
||||
|
|
Loading…
Reference in New Issue