Skip to content

Commit

Permalink
首页tab支持添加我的收藏页
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmoyue committed Apr 8, 2024
1 parent 669dc88 commit c94711f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/BiliLite.UWP/Models/Common/Home/DefaultHomeNavItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ public static List<HomeNavItem> GetDefaultHideHomeNavItems()
Title = "历史记录",
NeedLogin = true,
Show = false
},
new HomeNavItem()
{
Icon = FontAwesome5.EFontAwesomeIcon.Regular_Star,
Page = typeof(Pages.User.FavoritePage),
Title = "我的收藏",
NeedLogin = true,
Show = false
}
};
}
Expand Down

0 comments on commit c94711f

Please sign in to comment.