From 798d70e2c2855b8241fbbf1114c1cd7bba450ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=8A=E8=8C=B6kk?= Date: Sun, 9 Feb 2025 19:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=81=AF=E7=AC=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a54e5f..ca7ed9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,10 +17,9 @@ export default async ({ searchParams }: Props) => { const page = searchParams.page || 1; const { data } = await getConfigDataAPI("layout") || { data: {} as Theme } - return ( <> - + {/* 星空背景组件 */}