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 && ( +
+
-
- - )} + )} +