From 9fc578cfca0a75c93e9be8d945573dce988f2448 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 4 Jul 2025 18:51:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index e6f7abf..357c534 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -import { BASE_URL } from './api/constants'; +import { BASE_URL } from './api/constants.js'; /** @type {import('next').NextConfig} */ const nextConfig = { eslint: { @@ -36,7 +36,7 @@ const nextConfig = { return [ { source: '/api/proxy/:path*', - destination: 'https://77.smartvideo.py.qikongjian.com/:path*', + destination: BASE_URL+'/:path*', }, { source: '/api/resources/:path*', From b563bb5b711166394b0a74f89542d88260e0e2c8 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 4 Jul 2025 18:52:13 +0800 Subject: [PATCH 2/3] update --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 357c534..cf650f1 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -import { BASE_URL } from './api/constants.js'; +import { BASE_URL } from './api/constants.ts'; /** @type {import('next').NextConfig} */ const nextConfig = { eslint: { From 80080f97c131fc535160b0c4d06452b368fef383 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 4 Jul 2025 18:54:01 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index cf650f1..c2bfd48 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -import { BASE_URL } from './api/constants.ts'; +const BASE_URL = 'https://movieflow.api.huiying.video' /** @type {import('next').NextConfig} */ const nextConfig = { eslint: {