调整api路径

This commit is contained in:
mtvpls
2026-04-08 18:03:18 +08:00
parent 31a4f4baac
commit 204eec782f
6 changed files with 7 additions and 348 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import {
assertQuarkCookieHeaderSafe,
normalizeQuarkCookie,
validateQuarkCookieReadable,
} from '@/lib/quark.client';
} from '@/lib/netdisk/quark.client';
export const runtime = 'nodejs';
@@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from 'next/server';
import { getAuthInfoFromCookie } from '@/lib/auth';
import { getConfig } from '@/lib/config';
import { createQuarkInstantPlayFolder } from '@/lib/quark.client';
import { createQuarkInstantPlayFolder } from '@/lib/netdisk/quark.client';
import { base58Encode } from '@/lib/utils';
export const runtime = 'nodejs';
@@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from 'next/server';
import { getAuthInfoFromCookie } from '@/lib/auth';
import { getConfig } from '@/lib/config';
import { transferQuarkShare } from '@/lib/quark.client';
import { transferQuarkShare } from '@/lib/netdisk/quark.client';
export const runtime = 'nodejs';