@@ -96,6 +98,18 @@ export default function StreamerDetail({ params }) {
))}
+
);
}
diff --git a/app/auth/layout.jsx b/app/auth/layout.jsx
index 59dd405..78e40e0 100644
--- a/app/auth/layout.jsx
+++ b/app/auth/layout.jsx
@@ -2,7 +2,7 @@
import React, { useEffect } from "react";
import { checkAuth } from "@/utils/auth";
import { useRouter } from "next/navigation";
-import InOtherApp from "@/components/InOtherAppModal";
+import InOtherApp from "@/components/InOtherApp";
export default function AuthLayout({ children }) {
const router = useRouter();
diff --git a/app/page.jsx b/app/page.jsx
index fded05c..81ce3d6 100644
--- a/app/page.jsx
+++ b/app/page.jsx
@@ -2,7 +2,7 @@
import Link from "next/link";
import React, { useState, useEffect } from "react";
-import InOtherApp from "@/components/InOtherAppModal";
+import InOtherApp from "@/components/InOtherApp";
import Image from "next/image";
import download_lefttop from "@/public/images/download_lefttop.png";
import download_righttop from "@/public/images/download_righttop.png";
diff --git a/app/tool/[user_id]/page.jsx b/app/tool/[user_id]/page.jsx
index 83ecc8d..7a111d3 100644
--- a/app/tool/[user_id]/page.jsx
+++ b/app/tool/[user_id]/page.jsx
@@ -4,7 +4,7 @@ import React, { useState, useEffect } from "react";
import WechatBar from "./_components/WechatBar";
import baseRequest from "@/utils/baseRequest";
import { Toast } from "antd-mobile";
-import InOtherApp from "@/components/InOtherAppModal";
+import InOtherApp from "@/components/InOtherApp";
import { generateSignature } from "@/utils/crypto";
import Image from "next/image";
import verification from "@/public/icon/verification.png";
diff --git a/components/InOtherAppModal/index.jsx b/components/InOtherApp/index.jsx
similarity index 100%
rename from components/InOtherAppModal/index.jsx
rename to components/InOtherApp/index.jsx
diff --git a/public/images/icon_border.png b/public/images/icon_border.png
new file mode 100644
index 0000000..72c749d
Binary files /dev/null and b/public/images/icon_border.png differ