修改ios安装地址

This commit is contained in:
jueweijue 2024-08-07 11:55:19 +08:00
parent 463e530428
commit 641e3974d9
2 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,7 @@ export default function Download({ params }) {
if (deviceType === "ios") setIsIosInstallStepModalVisible(true);
const url =
deviceType === "ios"
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans_beiyong.plist"
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.8.apk";
window.location.href = url;
if (deviceType === "ios") {

View File

@ -122,7 +122,7 @@ export default function Home() {
</div>
</a>
<a
href="itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
href="itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans_beiyong.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">
@ -162,7 +162,7 @@ export default function Home() {
if (deviceType === "ios") setIsIosInstallStepModalVisible(true);
const url =
deviceType === "ios"
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans.plist"
? "itms-services://?action=download-manifest&url=https://filecdn01.tiefen.fun/appdownload/ironfans_beiyong.plist"
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.8.apk";
window.location.href = url;
if (deviceType === "ios") {