feat: add obfuscation

This commit is contained in:
shinya
2025-08-25 00:01:27 +08:00
parent 77d4e0820c
commit 0c514a37b8
13 changed files with 685 additions and 3 deletions
+2
View File
@@ -7,6 +7,8 @@ import { getConfig } from '@/lib/config';
import { db } from '@/lib/db';
import { refreshLiveChannels } from '@/lib/live';
export const runtime = 'nodejs';
export async function POST(request: NextRequest) {
try {
// 权限检查
+2
View File
@@ -7,6 +7,8 @@ import { getConfig } from '@/lib/config';
import { db } from '@/lib/db';
import { deleteCachedLiveChannels, refreshLiveChannels } from '@/lib/live';
export const runtime = 'nodejs';
export async function POST(request: NextRequest) {
try {
// 权限检查