fix(mining-app): C2C 发布页单价单位改为"绿积分/积分值"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d91550f704
commit
a0750fbd42
|
|
@ -258,7 +258,7 @@ class _C2cPublishPageState extends ConsumerState<C2cPublishPage> {
|
||||||
style: TextStyle(fontSize: 16, color: _darkText),
|
style: TextStyle(fontSize: 16, color: _darkText),
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
'元/积分值 (固定)',
|
'绿积分/积分值 (固定)',
|
||||||
style: TextStyle(color: _grayText, fontSize: 14),
|
style: TextStyle(color: _grayText, fontSize: 14),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue