From 8cfec31adf978641b3832b518ad4a0a92ccafdfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Wed, 8 Apr 2026 16:12:52 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.71=20-=20=E6=B7=BB=E5=8A=A0=E5=90=88?= =?UTF-8?q?=E8=AE=A1=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Home.jsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index 32a01b4..d8fd4f2 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -264,36 +264,42 @@ export default function Home() {
🐉 今日龙钞帖子数据统计
{/* 表头 */} -
+
出售
求购
+
合计
{/* 数据行 */} -
+
带4
{dragonStats.dai4?.deals || 0}
{dragonStats.dai4?.wants || 0}
+
{(dragonStats.dai4?.deals || 0) + (dragonStats.dai4?.wants || 0)}
-
+
无4
{dragonStats.wu4?.deals || 0}
{dragonStats.wu4?.wants || 0}
+
{(dragonStats.wu4?.deals || 0) + (dragonStats.wu4?.wants || 0)}
-
+
无47
{dragonStats.wu47?.deals || 0}
{dragonStats.wu47?.wants || 0}
+
{(dragonStats.wu47?.deals || 0) + (dragonStats.wu47?.wants || 0)}
-
+
无247
{dragonStats.wu247?.deals || 0}
{dragonStats.wu247?.wants || 0}
+
{(dragonStats.wu247?.deals || 0) + (dragonStats.wu247?.wants || 0)}
-
+
无347
{dragonStats.wu347?.deals || 0}
{dragonStats.wu347?.wants || 0}
+
{(dragonStats.wu347?.deals || 0) + (dragonStats.wu347?.wants || 0)}