From 085cb3f40b10a20aaceaf990ab7dca4d2b6dc442 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 23 Dec 2025 05:35:22 -0800 Subject: [PATCH] =?UTF-8?q?fix(mobile-app):=20=E6=8E=92=E5=90=8D=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=9C=AC=E6=9C=88=E6=94=B6=E7=9B=8A=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E4=BB=8E=20USDT=20=E6=94=B9=E4=B8=BA=E7=BB=BF=E7=A7=AF?= =?UTF-8?q?=E5=88=86?= 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 --- .../presentation/widgets/stickman_race_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mobile-app/lib/features/authorization/presentation/widgets/stickman_race_widget.dart b/frontend/mobile-app/lib/features/authorization/presentation/widgets/stickman_race_widget.dart index b74f726b..4c948ebc 100644 --- a/frontend/mobile-app/lib/features/authorization/presentation/widgets/stickman_race_widget.dart +++ b/frontend/mobile-app/lib/features/authorization/presentation/widgets/stickman_race_widget.dart @@ -482,7 +482,7 @@ class _StickmanRaceWidgetState extends State ), const SizedBox(height: 2), Text( - '本月收益: ${_formatCurrency(data.monthlyEarnings)} USDT', + '本月收益: ${_formatCurrency(data.monthlyEarnings)} 绿积分', style: const TextStyle( fontSize: 11, fontFamily: 'Inter',