mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
fix: remove unused useRouter import from BigVideoCard
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user