fix: refactor

This commit is contained in:
shinya
2025-06-19 23:03:37 +08:00
parent 29f729df54
commit 8e4781f44c
23 changed files with 221 additions and 1513 deletions

View File

@@ -12,8 +12,7 @@ import {
getAllPlayRecords,
savePlayRecord,
} from '@/lib/db.client';
import { VideoDetail } from '../api/detail/route';
import { VideoDetail } from '@/lib/video';
// 动态导入 Artplayer 和 Hls 以避免 SSR 问题
let Artplayer: any = null;