修改安装app的cdn链接到腾讯云
This commit is contained in:
parent
ed60024167
commit
a8162b40ce
|
@ -125,7 +125,7 @@ export default function Download({ params }) {
|
|||
{deviceType === "pc" && (
|
||||
<div className="flex flex-row gap-20">
|
||||
<a
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.5.0.apk"
|
||||
href="https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.0.apk"
|
||||
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 absolute flex w-full h-full items-center justify-center text-white text-xs">
|
||||
|
@ -180,8 +180,8 @@ 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"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.5.0.apk";
|
||||
? "itms-services://?action=download-manifest&url=https://filecdntx01.tiefen.fun/appdownload/ironfans.plist"
|
||||
: "https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.0.apk";
|
||||
window.location.href = url;
|
||||
if (deviceType === "ios") {
|
||||
setIsIosInstallStepModalVisible(true);
|
||||
|
|
|
@ -105,7 +105,7 @@ export default function Home() {
|
|||
{deviceType === "pc" && (
|
||||
<div className="flex flex-row gap-20">
|
||||
<a
|
||||
href="https://filecdn01.tiefen.fun/appdownload/ironfans1.5.0.apk"
|
||||
href="https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.0.apk"
|
||||
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 absolute flex w-full h-full items-center justify-center text-white text-xs">
|
||||
|
@ -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://filecdntx01.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">
|
||||
|
@ -162,8 +162,8 @@ 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"
|
||||
: "https://filecdn01.tiefen.fun/appdownload/ironfans1.5.0.apk";
|
||||
? "itms-services://?action=download-manifest&url=https://filecdntx01.tiefen.fun/appdownload/ironfans.plist"
|
||||
: "https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.0.apk";
|
||||
window.location.href = url;
|
||||
if (deviceType === "ios") {
|
||||
setIsIosInstallStepModalVisible(true);
|
||||
|
|
Loading…
Reference in New Issue