fix(mobile-app): 排名详情本月收益单位从 USDT 改为绿积分

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-23 05:35:22 -08:00
parent b4f685e25f
commit 085cb3f40b
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ class _StickmanRaceWidgetState extends State<StickmanRaceWidget>
),
const SizedBox(height: 2),
Text(
'本月收益: ${_formatCurrency(data.monthlyEarnings)} USDT',
'本月收益: ${_formatCurrency(data.monthlyEarnings)} 绿积分',
style: const TextStyle(
fontSize: 11,
fontFamily: 'Inter',