将"市场数据"中的"积分股池"和"已销毁量"从缩写单位(万/亿) 改为原始十进制数字显示,使用逗号千位分隔符。 - format_utils.dart: 新增 formatWithCommas() 函数,直接显示原始 数值并用逗号每3位分隔,不再缩写为万/亿 - trading_page.dart: 积分股池和已销毁量两个字段从 formatCompact() 改为 formatWithCommas() 示例: 52.38亿 → 5,238,000,000 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.