Merge remote-tracking branch 'origin/dev' into pre

This commit is contained in:
Xin Wang 2025-07-04 18:57:47 +08:00
commit d54f2e954c

View File

@ -1,4 +1,4 @@
import { BASE_URL } from './api/constants'; const BASE_URL = 'https://movieflow.api.huiying.video'
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
eslint: { eslint: {
@ -36,7 +36,7 @@ const nextConfig = {
return [ return [
{ {
source: '/api/proxy/:path*', source: '/api/proxy/:path*',
destination: 'https://77.smartvideo.py.qikongjian.com/:path*', destination: BASE_URL+'/:path*',
}, },
{ {
source: '/api/resources/:path*', source: '/api/resources/:path*',