From 852a22a3bf7ae939773d440baa057b2e15e468bc Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 23 Aug 2025 23:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=B8=BA=E6=A0=87=E7=AD=BE=E9=A1=B5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=86=85=E5=AE=B9=E5=92=8C=E9=99=84=E5=8A=A0=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/products/[...slug]/page.jsx | 40 ++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/app/products/[...slug]/page.jsx b/app/products/[...slug]/page.jsx index 5b20b79..b64d3b1 100644 --- a/app/products/[...slug]/page.jsx +++ b/app/products/[...slug]/page.jsx @@ -139,20 +139,34 @@ export default async function Page({ params, searchParams }) { )} )} - {/* Product Description 标题 */} -
- Product Description -
-
- {data.additional_content && ( - <> - {/* Testing Report 标题 */} -
- Testing Report + {/* Product Description 和 Additional Content 标签式排版 */} + + + {/* 标签内容 */} +
+
+
+
+ + {data.additional_content && ( +
+
-
- - )} + )} +