diff --git a/app/page.jsx b/app/page.jsx
index 1c47a05..e0238a1 100644
--- a/app/page.jsx
+++ b/app/page.jsx
@@ -190,10 +190,26 @@ export default function Home() {
)}
+ {deviceType === "ios" && (
+
{
+ const inviter = getCookie("inviter");
+ const url = `https://app.tiefen.fun?inviter=${inviter}`;
+ window.location.href = url;
+ }}
+ >
+ 【推荐】手机网页版
+
+ )}
{(deviceType === "Android" ||
(deviceType === "ios" && isIosInstallButtonVisible)) && (
{
if (deviceType === "ios") setIsIosInstallStepModalVisible(true);
const url =
@@ -209,22 +225,6 @@ export default function Home() {
安装
)}
- {deviceType === "ios" && (
-
{
- const inviter = getCookie("inviter");
- const url = `https://app.tiefen.fun?inviter=${inviter}`;
- window.location.href = url;
- }}
- >
- 手机网页版
-
- )}