ui细节优化

This commit is contained in:
Developer
2026-04-01 04:45:33 +08:00
parent 6517a78c7e
commit 79f7269319
23 changed files with 3299 additions and 885 deletions

View File

@@ -48,7 +48,7 @@ class _FavoritesPageState extends State<FavoritesPage>
Widget build(BuildContext context) {
return Scaffold(
appBar: TabbedNavAppBar.build(
title: '收藏',
title: '足迹',
tabController: _tabController,
tabLabels: _categories,
tabBarScrollable: true,