feat: 观看记录查询

This commit is contained in:
guozhigq
2023-06-05 17:22:29 +08:00
parent 92f77d2d65
commit d1aa0144c9
11 changed files with 506 additions and 10 deletions

View File

@ -18,7 +18,7 @@ class MediaController extends GetxController {
{
'icon': Icons.history,
'title': '观看记录',
'onTap': () {},
'onTap': () => Get.toNamed('/history'),
},
{
'icon': Icons.star_border,