升级版本到1.5.1

This commit is contained in:
yezian 2024-09-28 21:41:11 +08:00
parent 15a8efcc98
commit 02b643c05f
3 changed files with 4 additions and 10 deletions

View File

@ -125,7 +125,7 @@ export default function Download({ params }) {
{deviceType === "pc" && (
<div className="flex flex-row gap-20">
<a
href="https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.0.apk"
href="https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.1.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://filecdntx01.tiefen.fun/appdownload/ironfans.plist"
: "https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.0.apk";
: "https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.1.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://filecdntx01.tiefen.fun/appdownload/ironfans1.5.0.apk"
href="https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.1.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://filecdntx01.tiefen.fun/appdownload/ironfans.plist"
: "https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.0.apk";
: "https://filecdntx01.tiefen.fun/appdownload/ironfans1.5.1.apk";
window.location.href = url;
if (deviceType === "ios") {
setIsIosInstallStepModalVisible(true);

View File

@ -78,12 +78,6 @@ export default function Vip() {
const createOrder = async (type = "alipay_h5") => {
const webviewBase = webviewBaseRequest();
let base = getBase(webviewBase);
if (base?.b_dt === 1 && base?.b_ver !== "1.5.0") {
Toast.show({
content: "ios暂时无法开通会员请等待版本更新",
});
return;
}
const body = {
...base,
product_id: "membership",