From ea4e3a75bb04d4f16874d9f8c2c843fdffcb9830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E7=A7=98=E4=BA=BA?= <3311118881@qq.com> Date: Wed, 26 Mar 2025 13:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=88=91=E7=9A=84=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/equipment/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/equipment/page.tsx b/src/app/equipment/page.tsx index 9f77636..646e65b 100644 --- a/src/app/equipment/page.tsx +++ b/src/app/equipment/page.tsx @@ -157,7 +157,7 @@ const list = [ export default () => { return ( <> - 工欲善其事必先利其器 + 我的设备 - 工欲善其事必先利其器
@@ -169,15 +169,15 @@ export default () => {
{group.items.map((item, idx) => ( -
+
{item.name}
-

{item.name}

-

{item.description}

- {item.price} +

{item.name}

+

{item.description}

+ ¥{item.price}
))}