From 1a841d8af2dccbbaa63caa41f1c2453197f6da0a Mon Sep 17 00:00:00 2001 From: yezian Date: Sat, 27 Jan 2024 08:18:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/vip/page.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/vip/page.jsx b/app/vip/page.jsx index 43ee022..4dbe61b 100644 --- a/app/vip/page.jsx +++ b/app/vip/page.jsx @@ -123,13 +123,13 @@ export default function Vip() { } }; - // if (isFetching) { - // return ( - //
- // - //
- // ); - // } + if (isFetching) { + return ( +
+ +
+ ); + } return (
From 865c5d5e287da61f80d793ad10ffb4c6ffe18001 Mon Sep 17 00:00:00 2001 From: yezian Date: Sat, 27 Jan 2024 08:19:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/download/[user_id]/page.jsx | 4 ++-- app/page.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/download/[user_id]/page.jsx b/app/download/[user_id]/page.jsx index e74a35d..7c89ceb 100644 --- a/app/download/[user_id]/page.jsx +++ b/app/download/[user_id]/page.jsx @@ -113,7 +113,7 @@ export default function Download({ params }) { {deviceType === "pc" && (

@@ -164,7 +164,7 @@ export default function Download({ params }) { href={ deviceType === "ios" ? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1704878022" - : "https://file.tiefen.fun/appdownload/ironfans1.1.3.apk" + : "https://file.tiefen.fun/appdownload/ironfans1.2.0.apk" } > 安装 diff --git a/app/page.jsx b/app/page.jsx index e1f84d9..367188a 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -61,7 +61,7 @@ export default function Home() { {deviceType === "pc" && (

@@ -111,7 +111,7 @@ export default function Home() { href={ deviceType === "ios" ? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1704878022" - : "https://file.tiefen.fun/appdownload/ironfans1.1.3.apk" + : "https://file.tiefen.fun/appdownload/ironfans1.2.0.apk" } > 安装