refactor(trading): rename 10% label to 积分股池

- Update 10% 进入黑洞 to 10% 进入积分股池

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-17 00:10:40 -08:00
parent aee64d9be8
commit 60caa06533
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ class _TradingPageState extends ConsumerState<TradingPage> {
style: TextStyle(fontSize: 12, color: _grayText), style: TextStyle(fontSize: 12, color: _grayText),
), ),
Text( Text(
'10% 进入黑洞', '10% 进入积分股池',
style: TextStyle( style: TextStyle(
fontSize: 12, fontSize: 12,
color: _red, color: _red,