feat: implement iptv

This commit is contained in:
shinya
2025-08-24 00:26:48 +08:00
parent eadd93fde6
commit 0a8c255279
22 changed files with 2399 additions and 12 deletions
+1 -1
View File
@@ -2,10 +2,10 @@
import { NextRequest, NextResponse } from 'next/server';
import { AdminConfig } from '@/lib/admin.types';
import { getAuthInfoFromCookie } from '@/lib/auth';
import { getAvailableApiSites, getConfig } from '@/lib/config';
import { searchFromApi } from '@/lib/downstream';
import { AdminConfig } from '@/lib/admin.types';
import { yellowWords } from '@/lib/yellow';
export const runtime = 'nodejs';