feat: 更新 TVBox API 解析逻辑,支持从配置文件异步读取源站列表
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
// 强制使用 Edge Runtime 以支持 Cloudflare Pages
|
||||
export const runtime = 'edge';
|
||||
|
||||
// 常用的视频解析接口列表
|
||||
const PARSE_APIS = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user