加入用户统计信息

This commit is contained in:
DelLevin-Home
2026-05-23 00:01:42 +08:00
parent af2ac16521
commit 39df4f9cbe
12 changed files with 497 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ class _ProfilePageState extends State<ProfilePage> {
_version = packageInfo.version;
});
}
/// 加载用户数据
Future<void> _loadUserData() async {
setState(() => _isLoading = true);
@@ -103,9 +103,9 @@ class _ProfilePageState extends State<ProfilePage> {
// 数据统计
_buildStatsSection(),
const SizedBox(height: 8),
// 功能菜单
_buildMenuSection(),
@@ -692,8 +692,6 @@ class _SettingsPageState extends State<SettingsPage> {
);
},
),
const Divider(height: 0.5, indent: 24, endIndent: 24),
// 使用说明
_buildSectionHeader('帮助'),
_buildLinkItem(