1. 分配记录页面:
- 时间格式从完整时间戳压缩为 "YY/MM/DD HH:mm:ss",节省空间
- 积分股字号从18缩至13,字体改为monospace便于对齐
- 外层加 Flexible 防止超出屏幕右边界
2. 兑换页面剩余积分股:
- 公式从 totalShares - totalMined
改为 totalShares - totalMined - blackHoleAmount
- 即:总量 - 已分配 - 已销毁 = 真正的剩余可分配量
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.