From 4c2b7c57571a45529b3444fd1d60566b93884ce0 Mon Sep 17 00:00:00 2001 From: yezian Date: Sun, 28 Apr 2024 18:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E9=97=B4=E5=88=86=E4=BA=AB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=9C=A8=E5=86=85=E5=B5=8C=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=81=AE=E6=8C=A1=EF=BC=9B=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=86=97=E4=BD=99=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 1 - app/zone/[user_id]/page.jsx | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/page.jsx b/app/page.jsx index 65ebf7f..33ac20e 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,6 +1,5 @@ "use client"; -import Link from "next/link"; import React, { useState, useEffect } from "react"; import InOtherApp from "@/components/InOtherApp"; import Image from "next/image"; diff --git a/app/zone/[user_id]/page.jsx b/app/zone/[user_id]/page.jsx index 96db3f2..badedc8 100644 --- a/app/zone/[user_id]/page.jsx +++ b/app/zone/[user_id]/page.jsx @@ -12,6 +12,7 @@ import { generateSignature } from "@/utils/crypto"; import copy from "@/utils/copy"; import { setCookie } from "cookies-next"; import Link from "next/link"; +import InOtherApp from "@/components/InOtherApp"; export default function Zone({ params }) { //页面数据 @@ -60,6 +61,7 @@ export default function Zone({ params }) { return (
+