fix: remove unused useRouter import from BigVideoCard

This commit is contained in:
Developer
2026-03-11 14:28:34 +08:00
parent f10e8b92d0
commit dfa8fc6dc8

View File

@@ -11,7 +11,6 @@ import { getPlayUrl, getVideoDetail } from '../services/bilibili';
import { proxyImageUrl } from '../utils/imageUrl'; import { proxyImageUrl } from '../utils/imageUrl';
import { formatCount, formatDuration } from '../utils/format'; import { formatCount, formatDuration } from '../utils/format';
import type { VideoItem } from '../services/types'; import type { VideoItem } from '../services/types';
import { useRouter } from 'expo-router';
const { width: SCREEN_W } = Dimensions.get('window'); const { width: SCREEN_W } = Dimensions.get('window');
const THUMB_H = SCREEN_W * 0.5625; // 16:9 const THUMB_H = SCREEN_W * 0.5625; // 16:9