This commit is contained in:
sion
2026-04-07 01:05:05 +08:00
parent edad10ff06
commit 5ca1274607
83 changed files with 1561 additions and 1241 deletions

View File

@@ -13,7 +13,7 @@ import 'components/menu_group1.dart';
import 'components/menu_group2.dart';
import 'components/profile_card.dart';
/// 我的面 - 匹配 .pen 设计稿
/// 我的面 - 匹配 .pen 設計稿
class MinePage extends StatefulWidget {
const MinePage({super.key});
@@ -77,10 +77,10 @@ class _MinePageState extends State<MinePage>
children: [
Icon(Icons.construction, color: AppColorScheme.warning, size: 20),
SizedBox(width: AppSpacing.sm),
const Text('功能开发'),
const Text('功能開發'),
],
),
description: Text('$feature功能正在开发,敬期待~'),
description: Text('$feature功能正在開發,敬期待~'),
actions: [
ShadButton(
child: const Text('知道了'),
@@ -100,7 +100,7 @@ class _MinePageState extends State<MinePage>
children: [
AvatarCircle(radius: 20, fontSize: 16),
SizedBox(width: AppSpacing.sm + AppSpacing.xs),
const Text(''),
const Text(''),
],
),
child: Column(
@@ -108,7 +108,7 @@ class _MinePageState extends State<MinePage>
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
'虚拟货币模拟交易平',
'虛擬貨幣模擬交易平',
style: TextStyle(color: colorScheme.onSurfaceVariant),
),
SizedBox(height: AppSpacing.md),
@@ -121,7 +121,7 @@ class _MinePageState extends State<MinePage>
),
actions: [
ShadButton(
child: const Text(''),
child: const Text(''),
onPressed: () => Navigator.of(context).pop(),
),
],
@@ -133,8 +133,8 @@ class _MinePageState extends State<MinePage>
showShadDialog(
context: context,
builder: (ctx) => ShadDialog.alert(
title: const Text('确认退出'),
description: const Text('定要退出登录吗'),
title: const Text('確認退出'),
description: const Text('定要退出登錄嗎'),
actions: [
ShadButton.outline(
child: const Text('取消'),