修改ios安装地址
This commit is contained in:
parent
463e530428
commit
641e3974d9
|
@ -180,7 +180,7 @@ export default function Download({ params }) {
|
||||||
if (deviceType === "ios") setIsIosInstallStepModalVisible(true);
|
if (deviceType === "ios") setIsIosInstallStepModalVisible(true);
|
||||||
const url =
|
const url =
|
||||||
deviceType === "ios"
|
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";
|
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.8.apk";
|
||||||
window.location.href = url;
|
window.location.href = url;
|
||||||
if (deviceType === "ios") {
|
if (deviceType === "ios") {
|
||||||
|
|
|
@ -122,7 +122,7 @@ export default function Home() {
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<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]"
|
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">
|
||||||
|
@ -162,7 +162,7 @@ export default function Home() {
|
||||||
if (deviceType === "ios") setIsIosInstallStepModalVisible(true);
|
if (deviceType === "ios") setIsIosInstallStepModalVisible(true);
|
||||||
const url =
|
const url =
|
||||||
deviceType === "ios"
|
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";
|
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.4.8.apk";
|
||||||
window.location.href = url;
|
window.location.href = url;
|
||||||
if (deviceType === "ios") {
|
if (deviceType === "ios") {
|
||||||
|
|
Loading…
Reference in New Issue