From e11f162b87aa50f9ca5cbcb76062829dd4d65d07 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Wed, 24 Dec 2025 20:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E7=9B=98=E6=90=9C=E7=B4=A2=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 4ba0b0f..f913a6c 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -2,7 +2,7 @@ 'use client'; -import { Heart, Search, X } from 'lucide-react'; +import { Heart, Search, X, Cloud } from 'lucide-react'; import { useRouter, useSearchParams } from 'next/navigation'; import { Suspense, useEffect, useRef, useState } from 'react'; @@ -4932,7 +4932,7 @@ function PlayPageClient() { className='flex-shrink-0 hover:opacity-80 transition-opacity' title='搜索网盘资源' > - + {/* 豆瓣评分显示 */} {doubanRating && doubanRating.value > 0 && (