feat: 更新 TVBox API 解析逻辑,支持从配置文件异步读取源站列表

This commit is contained in:
katelya
2025-09-03 20:05:56 +08:00
parent 1ca36f7454
commit ac29b75457
4 changed files with 18 additions and 29 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
'use client';
import { useEffect } from 'react';
import { useRouter } from 'next/navigation';
import { useEffect } from 'react';
export const dynamic = 'force-dynamic';