fix(ui): 修改顶部导航栏和首页卡片英文为中文
- 'The Kinetic Vault' → '模拟所' - 'Assets Detail' → '资产详情' - 'NORMAL USER' → '普通用户' 确保所有顶部导航栏和首页卡片的文字都使用中文
This commit is contained in:
@@ -507,7 +507,7 @@ class _HoldingsSection extends StatelessWidget {
|
|||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
const Text(
|
const Text(
|
||||||
'Assets Detail',
|
'资产详情',
|
||||||
style: TextStyle(fontWeight: FontWeight.bold, fontSize: 14),
|
style: TextStyle(fontWeight: FontWeight.bold, fontSize: 14),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 4),
|
const SizedBox(width: 4),
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ class _TopAppBar extends StatelessWidget {
|
|||||||
const SizedBox(width: 12),
|
const SizedBox(width: 12),
|
||||||
// 标题
|
// 标题
|
||||||
const Text(
|
const Text(
|
||||||
'The Kinetic Vault',
|
'模拟所',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: AppColorScheme.darkPrimary,
|
color: AppColorScheme.darkPrimary,
|
||||||
fontWeight: FontWeight.w900,
|
fontWeight: FontWeight.w900,
|
||||||
|
|||||||
@@ -239,7 +239,7 @@ class _UserCard extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
'NORMAL USER',
|
'普通用户',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 10,
|
fontSize: 10,
|
||||||
fontWeight: FontWeight.w700,
|
fontWeight: FontWeight.w700,
|
||||||
|
|||||||
Reference in New Issue
Block a user