ui细节优化
This commit is contained in:
@@ -32,6 +32,7 @@ import 'expand/vote.dart';
|
||||
import 'expand/manu-script.dart';
|
||||
import 'components/bug_list_page.dart';
|
||||
import 'components/pop-menu.dart';
|
||||
import 'components/entire_page.dart';
|
||||
|
||||
class ProfilePage extends StatefulWidget {
|
||||
const ProfilePage({super.key});
|
||||
@@ -612,7 +613,10 @@ class _ProfilePageState extends State<ProfilePage>
|
||||
_buildSettingsItem(
|
||||
'查看全站统计',
|
||||
Icons.history,
|
||||
() => _showSnackBar('查看全站统计'),
|
||||
() => Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (context) => const EntirePage()),
|
||||
),
|
||||
),
|
||||
_buildSettingsItem(
|
||||
'开发计划',
|
||||
|
||||
Reference in New Issue
Block a user