1. 兑换页面(trading_page):
- 市场数据卡片标签从"总积分股"改为"剩余积分股"
- 值的计算从直接显示 totalShares(100.02亿)改为
totalShares - totalMined(总量 - 全网已分配量),
使用 Decimal 精确运算避免浮点误差
2. 分配记录页面(mining_records_page):
- 每条分配记录的积分股显示从 formatAmount(4位小数)
改为 formatDecimal(value, 13),展示完整13位小数精度
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.