page
This commit is contained in:
@@ -63,6 +63,7 @@ class _UserSettingPageState extends State<UserSettingPage> {
|
||||
const SizedBox(height: 8),
|
||||
ActionItem(
|
||||
'版本更新',
|
||||
extend: '1.0.0',
|
||||
isFirst: true,
|
||||
isLast: true,
|
||||
onTap: () {},
|
||||
|
||||
@@ -49,7 +49,7 @@ class _UserSettingSafePageState extends State<UserSettingSafePage> {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
ActionItem(
|
||||
'开启两部验证',
|
||||
'开启两步验证',
|
||||
extend: (_.userInfo.value.google2fa ?? false) ? '已开启' : '未开启',
|
||||
isFirst: true,
|
||||
isLast: true,
|
||||
|
||||
@@ -9,7 +9,9 @@ class UserSettingSafeMobilePage extends StatelessWidget {
|
||||
appBar: AppBar(
|
||||
title: const Text('绑定手机'),
|
||||
),
|
||||
body: Container(),
|
||||
body: Column(
|
||||
children: const [],
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user