From 0032ff1aa9f9329bf4402a116ea88f0453a39619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=BE=99?= Date: Thu, 28 Aug 2025 14:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 4 +-- api/constants.ts | 2 +- components/ChatInputBox/ChatInputBox.tsx | 7 +++++ components/pages/home-page2.tsx | 35 ++++++++++++++++++------ next.config.js | 4 ++- 6 files changed, 40 insertions(+), 14 deletions(-) diff --git a/.env.development b/.env.development index 8375344..b224243 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -NEXT_PUBLIC_SMART_API = https://77.smartvideo.py.qikongjian.com +NEXT_PUBLIC_BASE_URL = https://77.smartvideo.py.qikongjian.com NEXT_PUBLIC_API_BASE_URL = https://77.api.qikongjian.com diff --git a/.env.production b/.env.production index 4d32c73..f08d3ab 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -# NEXT_PUBLIC_SMART_API = https://77.smartvideo.py.qikongjian.com -NEXT_PUBLIC_SMART_API = https://pre.movieflow.api.huiying.video +# NEXT_PUBLIC_BASE_URL = https://77.smartvideo.py.qikongjian.com +NEXT_PUBLIC_BASE_URL = https://pre.movieflow.api.huiying.video NEXT_PUBLIC_API_BASE_URL = https://77.api.qikongjian.com diff --git a/api/constants.ts b/api/constants.ts index 95cd888..ba0be3f 100644 --- a/api/constants.ts +++ b/api/constants.ts @@ -1,3 +1,3 @@ -export const BASE_URL = process.env.NEXT_PUBLIC_SMART_API +export const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL // export const BASE_URL ='http://192.168.120.36:8000' // diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx index 65cc5ce..76ef8d1 100644 --- a/components/ChatInputBox/ChatInputBox.tsx +++ b/components/ChatInputBox/ChatInputBox.tsx @@ -885,6 +885,13 @@ const ConfigOptions = ({ { value: "chinese", label: "Chinese", isVip: true }, { value: "japanese", label: "Japanese", isVip: true }, { value: "korean", label: "Korean", isVip: true }, + { value: "spanish", label: "Spanish", isVip: true }, + { value: "portuguese", label: "Portuguese", isVip: true }, + { value: "hindi", label: "Hindi", isVip: true }, + { value: "japanese", label: "Japanese", isVip: true }, + { value: "korean", label: "Korean", isVip: true }, + { value: "arabic", label: "Arabic", isVip: true }, + { value: "russian", label: "Russian", isVip: true }, ], }, { diff --git a/components/pages/home-page2.tsx b/components/pages/home-page2.tsx index f7d6c68..b194e0a 100644 --- a/components/pages/home-page2.tsx +++ b/components/pages/home-page2.tsx @@ -87,11 +87,11 @@ function HomeModule2() { return (

Just Give Us Your Ideas @@ -154,8 +154,8 @@ function HomeModule3() { }; return ( -
-
+
+

Create Anything

@@ -168,12 +168,29 @@ function HomeModule3() { data-alt="vertical-grid-shadow" className="grid grid-cols-3 gap-[1rem] w-full h-[64rem] px-[5rem] relative" > - {/* 上方阴影遮罩 - 覆盖整个宽度包括padding */} -
- - {/* 下方阴影遮罩 - 覆盖整个宽度包括padding */} -
+ {/* 上方阴影遮罩 - 使用 mask 实现真正的渐变模糊,加重黑色 */} +
+ {/* 下方阴影遮罩 - 使用 mask 实现真正的渐变模糊,加重黑色 */} +
{videoList.map((column, columnIndex) => (