From 18dde393d3612b1027999e7a9fccd853a47167d4 Mon Sep 17 00:00:00 2001 From: shinya Date: Tue, 24 Jun 2025 20:35:03 +0800 Subject: [PATCH] feat: add see more --- src/app/page.tsx | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7e41c9..c105bd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,7 @@ 'use client'; +import { ChevronRight } from 'lucide-react'; +import Link from 'next/link'; import { Suspense, useEffect, useState } from 'react'; // 客户端收藏 API @@ -139,9 +141,16 @@ function HomeClient() { {/* 热门电影 */}
-

- 热门电影 -

+
+

热门电影

+ + 查看更多 + + +
{loading ? // 加载状态显示灰色占位数据 @@ -174,9 +183,16 @@ function HomeClient() { {/* 热门剧集 */}
-

- 热门剧集 -

+
+

热门剧集

+ + 查看更多 + + +
{loading ? // 加载状态显示灰色占位数据