From b4d17d237bcd8073795ee53f1b12876c183aa996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=BE=99?= Date: Fri, 29 Aug 2025 21:57:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pricing/page.tsx | 4 ++-- components/pages/home-page2.tsx | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx index eace7a0..4dc2e9f 100644 --- a/app/pricing/page.tsx +++ b/app/pricing/page.tsx @@ -177,7 +177,7 @@ function HomeModule5() { {pricingPlans.map((plan, index) => (

{plan.title} @@ -186,7 +186,7 @@ function HomeModule5() { ${plan.price} - //{billingType === "month" ? "mo" : "year"} + / {billingType === "month" ? "mo" : "year"}

{plan.credits} diff --git a/components/pages/home-page2.tsx b/components/pages/home-page2.tsx index 403cf75..04b2f0c 100644 --- a/components/pages/home-page2.tsx +++ b/components/pages/home-page2.tsx @@ -301,7 +301,7 @@ function HomeModule2() { const videoElement = e.currentTarget; videoElement.play(); }} - className=" h-[20rem] object-cover border border-white/20 rounded-lg" + className=" h-[20rem] object-cover border border-white/20 rounded-2xl" />

{item.title} @@ -329,7 +329,6 @@ function HomeModule3() { "https://cdn.qikongjian.com/1756474023663_yohi7a.mp4", "https://cdn.qikongjian.com/1756474023661_348dx3.mp4", "https://cdn.qikongjian.com/1756474023683_xlb34s.mp4", - "https://cdn.qikongjian.com/1756474023683_xlb34s.mp4", "https://cdn.qikongjian.com/1756474230987_63ooji.mp4", ], [ @@ -498,7 +497,7 @@ function HomeModule4() {
handleTabClick(index)} - className={`w-[31.75rem] h-[10.5rem] rounded-lg cursor-pointer transition-all duration-300 border ${ + className={`w-[31.75rem] h-[10.5rem] rounded-2xl cursor-pointer transition-all duration-300 border ${ activeTab === index ? "bg-[#262626] border-white/20 hover:border-white/40" : "bg-black border-white/10 hover:border-white/40" @@ -526,7 +525,7 @@ function HomeModule4() { {/* 右侧视频播放区域 */}
-
+