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:
parent
aee64d9be8
commit
60caa06533
|
|
@ -507,7 +507,7 @@ class _TradingPageState extends ConsumerState<TradingPage> {
|
|||
style: TextStyle(fontSize: 12, color: _grayText),
|
||||
),
|
||||
Text(
|
||||
'10% 进入黑洞',
|
||||
'10% 进入积分股池',
|
||||
style: TextStyle(
|
||||
fontSize: 12,
|
||||
color: _red,
|
||||
|
|
|
|||
Loading…
Reference in New Issue