更新安卓版本到1.5.0

This commit is contained in:
yezian 2024-09-10 17:24:46 +08:00
parent ffc9b1ed88
commit 0f38f50c69
2 changed files with 4 additions and 4 deletions

View File

@ -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.4.8.apk"
href="https://filecdn01.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">
@ -181,7 +181,7 @@ export default function Download({ params }) {
const url =
deviceType === "ios"
? "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.5.0.apk";
window.location.href = url;
if (deviceType === "ios") {
setIsIosInstallStepModalVisible(true);

View File

@ -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.4.8.apk"
href="https://filecdn01.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">
@ -163,7 +163,7 @@ export default function Home() {
const url =
deviceType === "ios"
? "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.5.0.apk";
window.location.href = url;
if (deviceType === "ios") {
setIsIosInstallStepModalVisible(true);