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

@@ -1,8 +1,7 @@
import { NextResponse } from 'next/server';
import { API_CONFIG, ApiSite, getApiSites, getCacheTime } from '@/lib/config';
import { getVideoDetail } from '../detail/route';
import { getVideoDetail } from '@/lib/video';
export interface SearchResult {
id: string;