From 667b2409157b99db9c57a576dba73e2a18df72ee Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 7 Jan 2026 07:04:25 -0800 Subject: [PATCH] =?UTF-8?q?fix(admin-web):=20=E9=87=8D=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=83=AD=E9=92=B1=E5=8C=85=E4=BD=99=E9=A2=9D=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 公共账户 → 网络因子 - 因子 → 加速因子 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/admin-web/src/app/(dashboard)/dashboard/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/admin-web/src/app/(dashboard)/dashboard/page.tsx b/frontend/admin-web/src/app/(dashboard)/dashboard/page.tsx index 08513b8f..edcf4ac1 100644 --- a/frontend/admin-web/src/app/(dashboard)/dashboard/page.tsx +++ b/frontend/admin-web/src/app/(dashboard)/dashboard/page.tsx @@ -3,7 +3,7 @@ /** * 仪表板页面 * [2026-01-06] 更新:统计卡片和趋势图改用 planting-service 数据(源数据) - * [2026-01-07] 更新:添加热钱包余额显示(公共账户、因子) + * [2026-01-07] 更新:添加热钱包余额显示(网络因子、加速因子) */ import { useState } from 'react'; @@ -94,7 +94,7 @@ export default function DashboardPage() { refetch: refetchActivities, } = useDashboardActivities(5); - // [2026-01-07] 热钱包余额(公共账户、因子) + // [2026-01-07] 热钱包余额(网络因子、加速因子) const { data: hotWalletData, isLoading: hotWalletLoading, @@ -184,7 +184,7 @@ export default function DashboardPage() { {/* [2026-01-07] 新增:热钱包余额区域 */}
-
公共账户
+
网络因子
{hotWalletLoading ? ( 加载中... @@ -201,7 +201,7 @@ export default function DashboardPage() {
-
因子
+
加速因子
{hotWalletLoading ? ( 加载中...