云盘搜索图标变更

This commit is contained in:
mtvpls
2025-12-24 20:59:17 +08:00
parent c425db7e0e
commit e11f162b87
+2 -2
View File
@@ -2,7 +2,7 @@
'use client'; 'use client';
import { Heart, Search, X } from 'lucide-react'; import { Heart, Search, X, Cloud } from 'lucide-react';
import { useRouter, useSearchParams } from 'next/navigation'; import { useRouter, useSearchParams } from 'next/navigation';
import { Suspense, useEffect, useRef, useState } from 'react'; import { Suspense, useEffect, useRef, useState } from 'react';
@@ -4932,7 +4932,7 @@ function PlayPageClient() {
className='flex-shrink-0 hover:opacity-80 transition-opacity' className='flex-shrink-0 hover:opacity-80 transition-opacity'
title='搜索网盘资源' title='搜索网盘资源'
> >
<Search className='h-6 w-6 text-gray-700 dark:text-gray-300' /> <Cloud className='h-6 w-6 text-gray-700 dark:text-gray-300' />
</button> </button>
{/* 豆瓣评分显示 */} {/* 豆瓣评分显示 */}
{doubanRating && doubanRating.value > 0 && ( {doubanRating && doubanRating.value > 0 && (