|
@@ -489,7 +489,7 @@ const VideoSelectModal: React.FC<VideoSelectModalProps> = ({ planType, visible,
|
|
|
options={videoCategoryOptions.map(option => ({ label: option, value: option }))}
|
|
options={videoCategoryOptions.map(option => ({ label: option, value: option }))}
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
- {canSeeSearch && (
|
|
|
|
|
|
|
+ {canSeeSearch && source !== 'hot' && (
|
|
|
<div className="flex items-center gap-2">
|
|
<div className="flex items-center gap-2">
|
|
|
<span className="text-gray-600">搜索:</span>
|
|
<span className="text-gray-600">搜索:</span>
|
|
|
<Tooltip title={searchDisabledTip}>
|
|
<Tooltip title={searchDisabledTip}>
|