fix: 修复图标和标签语义问题
## P0 - 简繁体中文混用(6个文件) - chart_page.dart: 6处简体→繁体(暂无数据、买入、卖出、加载失败等) - mine_page.dart: 确定 → 確定 - menu_group1.dart: 确定 → 確定 - deposit_page.dart: 单笔最低充值 → 單筆最低充值、网络 → 網絡 ## P1 - 图标库不一致(1个文件) - register_page.dart: Material Icons 统一为 Lucide Icons - Icons.chevron_left → LucideIcons.arrowLeft - Icons.check → LucideIcons.check - Icons.shield → LucideIcons.shieldCheck - Icons.lock → LucideIcons.lock - Icons.close → LucideIcons.x - Icons.camera_alt → LucideIcons.camera ## P2 - hintText 重复(2个文件) - register_page.dart: 推廣碼(選填) → 請輸入推廣碼(選填) - asset_dialogs.dart: 聯繫方式 → 方便客服與您聯繫 ## 检查结论 ✅ 所有图标与功能语义完全匹配 ✅ 所有简繁混用问题已修复 ✅ 所有图标库统一为 Lucide Icons
This commit is contained in:
@@ -82,7 +82,7 @@ void _showKycStatusDialog(BuildContext context) {
|
||||
actions: [
|
||||
TextButton(
|
||||
onPressed: () => Navigator.of(ctx).pop(),
|
||||
child: const Text('确定'),
|
||||
child: const Text('確定'),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user