From 5c184b89063c8d4fa97be5cce2e6e29d31b329b4 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 24 Aug 2025 17:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5=E5=92=8C?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/[...slug]/page.jsx | 2 - app/page.jsx | 4 ++ app/products/[...slug]/page.jsx | 25 +++++--- components/common/ListPageTemplate.jsx | Bin 3788 -> 3785 bytes components/homes/home-15/CategoryItems.jsx | 2 +- public/files/0qkrqnrooo_bda2adcb.png | Bin 0 -> 1613417 bytes public/files/750_11.jpg | Bin 0 -> 40081 bytes public/files/h8ibigsafe_dc0f0f81.png | Bin 0 -> 1027541 bytes public/files/lpd8ov2ak7_3d1b06d4.png | Bin 0 -> 1048231 bytes public/files/q52hutoidc_ac063ebd.png | Bin 0 -> 1590453 bytes public/files/r2o6791ovj_365d464f.png | Bin 0 -> 942311 bytes public/files/r2o6791ovj_ac75d0e9.png | Bin 0 -> 1333223 bytes public/files/r2o6791ovj_b5c2d034.png | Bin 0 -> 1208164 bytes public/files/r2o6791ovj_c23b3e0b.png | Bin 0 -> 1297518 bytes public/sitemap.xml | 71 ++++++--------------- 15 files changed, 40 insertions(+), 64 deletions(-) create mode 100644 public/files/0qkrqnrooo_bda2adcb.png create mode 100644 public/files/750_11.jpg create mode 100644 public/files/h8ibigsafe_dc0f0f81.png create mode 100644 public/files/lpd8ov2ak7_3d1b06d4.png create mode 100644 public/files/q52hutoidc_ac063ebd.png create mode 100644 public/files/r2o6791ovj_365d464f.png create mode 100644 public/files/r2o6791ovj_ac75d0e9.png create mode 100644 public/files/r2o6791ovj_b5c2d034.png create mode 100644 public/files/r2o6791ovj_c23b3e0b.png diff --git a/app/[...slug]/page.jsx b/app/[...slug]/page.jsx index 76b71b8..bd1887e 100644 --- a/app/[...slug]/page.jsx +++ b/app/[...slug]/page.jsx @@ -155,11 +155,9 @@ export default async function DynamicPage({ params, searchParams }) { )} )} - {/* Product Description 标题 */}
{data.additional_content && ( <> - {/* Testing Report 标题 */}
)} diff --git a/app/page.jsx b/app/page.jsx index 9abc316..7decd78 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,5 +1,6 @@ import Hero15 from "@/components/homes/home-15/Hero15"; import Features from "@/components/homes/home-15/Features"; +import CategoryItems from "@/components/homes/home-15/CategoryItems"; import SwiperItems from "@/components/homes/home-15/SwiperItems"; import React from "react"; import { getSiteSettings } from "@/utils/data"; @@ -39,6 +40,9 @@ export default function Page() {
+
+ +
diff --git a/app/products/[...slug]/page.jsx b/app/products/[...slug]/page.jsx index b64d3b1..18167b2 100644 --- a/app/products/[...slug]/page.jsx +++ b/app/products/[...slug]/page.jsx @@ -132,24 +132,33 @@ export default async function Page({ params, searchParams }) { />
)} - {data.subtitle && ( -
- {data.subtitle} -
- )} +
+ {/* 产品标题 */} + {data.title && ( +

+ {data.title} +

+ )} + {/* 产品副标题 */} + {data.subtitle && ( +
+ {data.subtitle} +
+ )} +
)} - {/* Product Description 和 Additional Content 标签式排版 */} + {/* Content 和 Additional Content 标签式排版 */}