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 && (